Changeset 5da3cc5 in sasview for sansmodels/include
- Timestamp:
- Jul 10, 2012 9:59:33 AM (13 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 83d9120
- Parents:
- c2e5898
- Location:
- sansmodels/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sansmodels/include/dabmodel.h
rfa6db8b r5da3cc5 4 4 #include "parameters.hh" 5 5 6 /** 7 This software was developed by Institut Laue-Langevin as part of 8 Distributed Data Analysis of Neutron Scattering Experiments (DANSE). 9 10 Copyright 2012 Institut Laue-Langevin 11 12 **/ 6 13 7 14 -
sansmodels/include/libmultifunc/libfunc.h
r08648c0 r5da3cc5 10 10 double gamln(double x); 11 11 12 void gser(float *gamser, float a, float x, float *gln); 13 14 void gcf(float *gammcf, float a, float x, float *gln); 15 16 float gammp(float a,float x); 17 18 float erff(float x); 19 12 20 #endif
Note: See TracChangeset
for help on using the changeset viewer.