Changeset 8675 for trunk/ppImage/src/ppImageDetrendNonLinear.c
- Timestamp:
- Aug 29, 2006, 12:07:23 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageDetrendNonLinear.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageDetrendNonLinear.c
r6817 r8675 67 67 if (! concept) { 68 68 psLogMsg("phase2", PS_LOG_WARN, "Unable to find value of concept %s " 69 "for non-linearity correction --- ignored.\n", options->nonLinearSource);69 "for non-linearity correction --- ignored.\n", (char *)options->nonLinearSource); 70 70 return false; 71 71 } … … 74 74 75 75 if (concept->type != PS_DATA_STRING) { 76 psLogMsg("phase2", PS_LOG_WARN, "Type for concept % sisn't STRING, as"76 psLogMsg("phase2", PS_LOG_WARN, "Type for concept %p isn't STRING, as" 77 77 " expected for non-linearity correction --- ignored.\n", 78 78 concept);
Note:
See TracChangeset
for help on using the changeset viewer.
