ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/dump2Xyz/Dump2XYZ.cpp
(Generate patch)

Comparing trunk/src/applications/dump2Xyz/Dump2XYZ.cpp (file contents):
Revision 1463 by gezelter, Fri Jun 25 17:40:24 2010 UTC vs.
Revision 1464 by gezelter, Fri Jul 9 19:29:05 2010 UTC

# Line 229 | Line 229 | int main(int argc, char* argv[]){
229    for (int i = 0; i < nframes; i += args_info.frame_arg){
230      dumpReader->readFrame(i);
231      
232 <    if (printFrc) forceMan->calcForces(true, false);
232 >    if (printFrc) forceMan->calcForces();
233      
234      //wrapping the molecule
235      if(args_info.periodicBox_flag) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines