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

Comparing trunk/OOPSE/libmdtools/SimInfo.cpp (file contents):
Revision 1127 by tim, Tue Apr 20 16:56:40 2004 UTC vs.
Revision 1131 by tim, Thu Apr 22 21:33:55 2004 UTC

# Line 510 | Line 510 | void SimInfo::checkCutOffs( void ){
510                 "\tCurrent Value of LJrcut = %G at time %G\n "
511                 "\tThis is larger than half of at least one of the\n"
512                 "\tperiodic box vectors.  Right now, the Box matrix is:\n"
513 <               "\n, %G"
513 >               "\n"
514                 "\t[ %G %G %G ]\n"
515                 "\t[ %G %G %G ]\n"
516                 "\t[ %G %G %G ]\n",
517 <               rCut, currentTime, maxCutoff,
517 >               rCut, currentTime,
518                 Hmat[0][0], Hmat[0][1], Hmat[0][2],
519                 Hmat[1][0], Hmat[1][1], Hmat[1][2],
520                 Hmat[2][0], Hmat[2][1], Hmat[2][2]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines