Changeset 12601 for trunk/psphot/src/psphotSourceFits.c
- Timestamp:
- Mar 27, 2007, 9:05:13 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSourceFits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSourceFits.c
r11702 r12601 363 363 // use the source moments, etc to guess basic model parameters 364 364 pmModel *EXT = pmSourceModelGuess (source, modelTypeEXT); 365 assert (EXT !=NULL);365 PS_ASSERT (EXT, NULL); 366 366 367 367 // if (isnan(EXT->params->data.F32[1])) psAbort("nan in ext fit");
Note:
See TracChangeset
for help on using the changeset viewer.
