Changeset 17054
- Timestamp:
- Mar 19, 2008, 10:30:13 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmDark.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmDark.c
r17027 r17054 337 337 } 338 338 float norm = NAN; // Normalisation value 339 if (normConcept ) {339 if (normConcept && strlen(normConcept) > 0) { 340 340 if (!ordinateLookup(&norm, normConcept, false, NAN, NAN, readout)) { 341 341 psError(PS_ERR_UNKNOWN, true, "Unable to find value for %s", normConcept);
Note:
See TracChangeset
for help on using the changeset viewer.
