--- trunk/OOPSE/libmdtools/SimState.cpp 2003/10/28 16:03:37 829 +++ trunk/OOPSE/libmdtools/SimState.cpp 2004/05/12 16:38:45 1167 @@ -107,6 +107,7 @@ void SimState::destroyArrays( void ){ mu = NULL; ul = NULL; + arraysAllocated = false; nElements = 0; } @@ -118,7 +119,7 @@ void SimState::getAtomPointers( int index, double** the_trq, double** the_Amat, double** the_mu, - double** the_ul ){ + double** the_ul){ int index3, index9; if( arraysAllocated ){