| # | Line 61 | Line 61 | void StatWriter::writeStat( double currentTime ){ | |
|---|---|---|
| 61 | ||
| 62 | void StatWriter::writeStat( double currentTime ){ | |
| 63 | ||
| 64 | – | const double p_convert = 1.63882576e8; | 
| 64 | double totE, potE, kinE, temp, press; | |
| 65 | ||
| 66 | totE = tStats->getTotalE(); | |
| 67 | potE = tStats->getPotential(); | |
| 68 | kinE = tStats->getKinetic(); | |
| 69 | temp = tStats->getTemperature(); | |
| 70 | < | press = tStats->getPressure()*p_convert; | 
| 70 | > | press = tStats->getPressure(); | 
| 71 | ||
| 72 | #ifdef IS_MPI | |
| 73 | if(worldRank == 0 ){ | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |