--- trunk/tcProps/rmsd.c 2004/03/02 22:15:53 1079 +++ trunk/tcProps/rmsd.c 2004/03/03 15:16:15 1080 @@ -56,6 +56,8 @@ void rmsd( enum atomNames rType, double startTime, cha double rmsdDt; double timeOut, outVal; + struct atomCoord* atoms; + framesFinished = 0; startFound = 0; @@ -91,9 +93,84 @@ void rmsd( enum atomNames rType, double startTime, cha index, corrFrames ); } - + + // initialize the arrays + + atoms = myFrames[index].atoms; + for(j=0;j