Changeset 0528cd6 in sasview
- Timestamp:
- Mar 8, 2012 4:17:07 PM (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:
- 270cc72e
- Parents:
- 23a1747
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansmodels/src/c_models/parameters.cpp
r67424cd r0528cd6 95 95 96 96 GaussianDispersion :: GaussianDispersion() { 97 npts = 100;97 npts = 35; 98 98 width = 0.0; 99 nsigmas = 10;99 nsigmas = 3; 100 100 }; 101 101 … … 127 127 width = 0.0; 128 128 npts = 1; 129 nsigmas = 10;129 nsigmas = 3; 130 130 } 131 131 … … 162 162 163 163 RectangleDispersion :: RectangleDispersion() { 164 npts = 100;164 npts = 35; 165 165 width = 0.0; 166 166 nsigmas = 1.73205; … … 231 231 232 232 LogNormalDispersion :: LogNormalDispersion() { 233 npts = 100;233 npts = 80; 234 234 width = 0.0; 235 nsigmas = 10.0;235 nsigmas = 8.0; 236 236 }; 237 237 … … 262 262 width = 0.0; 263 263 npts = 1; 264 nsigmas = 10.0;264 nsigmas = 8.0; 265 265 } 266 266 … … 305 305 306 306 SchulzDispersion :: SchulzDispersion() { 307 npts = 100;307 npts = 80; 308 308 width = 0.0; 309 nsigmas = 10.0;309 nsigmas = 8.0; 310 310 }; 311 311 … … 338 338 width = 0.0; 339 339 npts = 1; 340 nsigmas = 10.0;340 nsigmas = 8.0; 341 341 } 342 342
Note: See TracChangeset
for help on using the changeset viewer.