--- trunk/OOPSE/libmdtools/SimInfo.cpp 2003/09/22 23:07:57 781 +++ trunk/OOPSE/libmdtools/SimInfo.cpp 2003/09/25 19:27:15 787 @@ -94,8 +94,7 @@ void SimInfo::setBoxM( double theBox[3][3] ){ void SimInfo::setBoxM( double theBox[3][3] ){ - int i, j, status; - double smallestBoxL, maxCutoff; + int i, j; double FortranHmat[9]; // to preserve compatibility with Fortran the // ordering in the array is as follows: // [ 0 3 6 ] @@ -302,7 +301,6 @@ void SimInfo::calcBoxL( void ){ void SimInfo::calcBoxL( void ){ double dx, dy, dz, dsq; - int i; // boxVol = Determinant of Hmat @@ -372,7 +370,7 @@ void SimInfo::wrapVector( double thePos[3] ){ void SimInfo::wrapVector( double thePos[3] ){ - int i, j, k; + int i; double scaled[3]; if( !orthoRhombic ){