- Timestamp:
- Apr 21, 2008, 6:38:05 PM (17 years ago)
- Children:
- 9bebe0
- Parents:
- 48cbc9
- Location:
- pcp/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/output.c
r48cbc9 r1ce31f 300 300 * \param *P Problem at hand 301 301 * \param type Current minimisation state 302 * \return 0 - file written, 1 - unable to open files for writing 302 303 * \note This serves as a backup file, when the process is terminated and one would like to restart it at the 303 304 * current calculation lateron, see ReadSrcPsiDensity(). Note also that it is not necessary to specify the … … 307 308 * each other 308 309 */ 309 voidOutputSrcPsiDensity(struct Problem *P, enum PsiTypeTag type)310 int OutputSrcPsiDensity(struct Problem *P, enum PsiTypeTag type) 310 311 { 311 312 int i,j,k, Index, zahl, owner; … … 466 467 fclose(SrcPsiData); 467 468 SpeedMeasure(P,ReadnWriteTime,StopTimeDo); 469 470 return 0; 468 471 } 469 472 -
pcp/src/output.h
r48cbc9 r1ce31f 61 61 void OutputVis(struct Problem *P, fftw_real *srcdens); 62 62 void OutputVisSrcFiles(struct Problem *P, enum PsiTypeTag type); 63 voidOutputSrcPsiDensity(struct Problem *P, enum PsiTypeTag type);63 int OutputSrcPsiDensity(struct Problem *P, enum PsiTypeTag type); 64 64 void ReadSrcFiles(struct Problem *P); 65 65 int ReadSrcIons(struct Problem *P);
Note:
See TracChangeset
for help on using the changeset viewer.