Changeset 64ca279


Ignore:
Timestamp:
Apr 18, 2008, 11:57:06 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
65faa1
Parents:
a0bcf1
Message:

CallOptions now has *ForcesFile to store name of a forces file to use instead of hellman-feyman calculate ones

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/data.h

    ra0bcf1 r64ca279  
    215215struct CallOptions {
    216216  char* MainParameterFile;      //!< main parameter file
     217  char* ForcesFile;                     //!< ForcesFile: is NULL if we don't parse forces from file and solve the ground state problem, otherwise don't solve and parse
    217218  int debug;                    //!< (1) debug, (2) debug on errors
    218219  int nicelevel;                //!< nice level for executable
     
    221222  unsigned int alarm;           //!< set alarm after alarm seconds
    222223  int proc[PROCDIM];                //!< process per gamma point, process per wave fct
    223   int ReadSrcFiles;                         //!< = 0 don't, = 1 read old source file containing previous calculations
    224   int WriteSrcFiles;                //!< = 0 don't, = 1 write source file on exit with so far made calculations
     224  int ReadSrcFiles;                         //!< 0 - don't, 1 - read old source file containing previous calculations
     225  int WriteSrcFiles;                //!< 0 - don't, 1 - write source file on exit with so far made calculations
    225226  int AddNFactor;                             //!< ugly hack to fix read srcpsi
    226227};
Note: See TracChangeset for help on using the changeset viewer.