--- trunk/OOPSE/libmdtools/StatWriter.cpp 2004/06/01 17:15:43 1212 +++ trunk/OOPSE/libmdtools/StatWriter.cpp 2004/06/01 18:07:34 1213 @@ -52,19 +52,6 @@ StatWriter::StatWriter( SimInfo* the_entry_plug ){ } if (entry_plug->useLiquidThermInt) { - if (entry_plug->useSolidThermInt) { - sprintf( painCave.errMsg, - "It appears that you have both solid and liquid thermodynamic\n" - "integration activated in your .bass file. To avoid confusion,\n" - "specify only one technique in your .bass file. Liquid-state\n" - "thermodynamic integration will be assumed for the current\n" - "simulation. If this is not what you desire, set useSolidThermInt\n" - "to 'true' and useLiquidThermInt to 'false' in your .bass file.", - rawName); - painCave.isFatal = 0; - simError(); - } - rawFile.open(rawName, ios::out | ios::trunc ); if( !rawFile ){