ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/StatWriter.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/StatWriter.cpp (file contents):
Revision 1212 by chrisfen, Tue Jun 1 17:15:43 2004 UTC vs.
Revision 1213 by chrisfen, Tue Jun 1 18:07:34 2004 UTC

# Line 52 | Line 52 | StatWriter::StatWriter( SimInfo* the_entry_plug ){
52      }
53  
54      if (entry_plug->useLiquidThermInt) {
55      if (entry_plug->useSolidThermInt) {
56        sprintf( painCave.errMsg,
57                 "It appears that you have both solid and liquid thermodynamic\n"
58                 "integration activated in your .bass file. To avoid confusion,\n"
59                 "specify only one technique in your .bass file. Liquid-state\n"
60                 "thermodynamic integration will be assumed for the current\n"
61                 "simulation. If this is not what you desire, set useSolidThermInt\n"
62                 "to 'true' and useLiquidThermInt to 'false' in your .bass file.",
63                 rawName);
64        painCave.isFatal = 0;
65        simError();
66      }
67        
55        rawFile.open(rawName, ios::out | ios::trunc );
56        
57        if( !rawFile ){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines