Changeset 31067
- Timestamp:
- Mar 27, 2011, 12:38:03 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmDetrendDB.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmDetrendDB.c
r31056 r31067 7 7 #include <pslib.h> 8 8 9 #include "pmErrorCodes.h" 9 10 #include "pmConfig.h" 10 11 #include "pmConfigCommand.h" … … 120 121 PS_ASSERT_PTR_NON_NULL(config, NULL); 121 122 123 psIOBuffer *buffer = NULL; 124 psPipe *pipe = NULL; 125 psMetadata *answer = NULL; 126 122 127 int status, exit_status; 123 128 psString line = NULL; … … 170 175 psStringAppend(&line, " -airmass %f", options->twilight); 171 176 } 172 173 psIOBuffer *buffer = NULL;174 psPipe *pipe = NULL;175 psMetadata *answer = NULL;176 177 177 178 if (!pmConfigDatabaseCommand(&line, config)) {
Note:
See TracChangeset
for help on using the changeset viewer.
