| # | Line 68 | Line 68 | void ForceFields::doForces( int calcPot, int calcStres | |
|---|---|---|
| 68 | isError = 0; | |
| 69 | entry_plug->lrPot = 0.0; | |
| 70 | ||
| 71 | + | |
| 72 | ||
| 73 | fortranForceLoop( pos, | |
| 74 | A, | |
| # | Line 81 | Line 82 | void ForceFields::doForces( int calcPot, int calcStres | |
| 82 | &isError ); | |
| 83 | ||
| 84 | ||
| 85 | + | |
| 86 | + | |
| 87 | if( isError ){ | |
| 88 | sprintf( painCave.errMsg, | |
| 89 | "Error returned from the fortran force calculation.\n" ); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |