| # | 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) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |