Changeset 16611 for trunk/psModules/src/detrend/pmDetrendDB.c
- Timestamp:
- Feb 22, 2008, 10:21:52 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmDetrendDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmDetrendDB.c
r15911 r16611 115 115 PS_ASSERT_PTR_NON_NULL(options, NULL); 116 116 PS_ASSERT_PTR_NON_NULL(config, NULL); 117 PS_ASSERT_PTR_NON_NULL(config->site, NULL);118 117 119 118 int status, exit_status; … … 150 149 psStringAppend(&line, " -airmass %f", options->twilight); 151 150 } 152 153 pmConfigDatabaseCommand(&line, config); 154 pmConfigTraceCommand(&line); 151 152 if (!pmConfigDatabaseCommand(&line, config)) { 153 psError (PS_ERR_IO, false, "error building detrend command %s", line); 154 goto failure; 155 } 156 157 if (!pmConfigTraceCommand(&line)) { 158 psError (PS_ERR_IO, false, "error building detrend command %s", line); 159 goto failure; 160 } 161 155 162 psTrace("psModules.detrend", 5, "running %s", line); 156 163
Note:
See TracChangeset
for help on using the changeset viewer.
