- Timestamp:
- Apr 21, 2008, 7:08:07 PM (17 years ago)
- Children:
- 18d065
- Parents:
- 9bebe0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/output.c
r9bebe0 r4d4fc1 1227 1227 OpenFile(P, &F->TemperatureFile, suffixtempall, "w",P->Call.out[ReadOut]); 1228 1228 if (F->TemperatureFile == NULL) fprintf(stderr,"Error opening TemperatureFile\n"); 1229 // write header of minimsation file 1229 1230 } 1230 1231 … … 1242 1243 if (F->MinimisationFile != NULL) fclose(F->MinimisationFile); 1243 1244 if (F->SpreadFile != NULL) fclose(F->SpreadFile); 1245 if (F->ReciSpreadFile != NULL) fclose(F->ReciSpreadFile); 1246 if (F->TemperatureFile != NULL) fclose(F->TemperatureFile); 1244 1247 } 1245 1248
Note:
See TracChangeset
for help on using the changeset viewer.