| 3 |
|
using namespace std; |
| 4 |
|
|
| 5 |
|
|
| 6 |
< |
#include <cstdlib> |
| 6 |
> |
#include <stdlib.h> |
| 7 |
|
|
| 8 |
|
#ifdef IS_MPI |
| 9 |
|
#include <mpi.h> |
| 26 |
|
|
| 27 |
|
//calc rCut and rList |
| 28 |
|
|
| 29 |
< |
entry_plug->setRcut( 2.5 * bigSigma ); |
| 29 |
> |
entry_plug->setDefaultRcut( 2.5 * bigSigma ); |
| 30 |
|
|
| 31 |
|
} |
| 32 |
|
|
| 38 |
|
double* trq; |
| 39 |
|
double* A; |
| 40 |
|
double* u_l;; |
| 41 |
– |
DirectionalAtom* dAtom; |
| 41 |
|
SimState* config; |
| 42 |
|
|
| 43 |
|
short int passedCalcPot = (short int)calcPot; |
| 69 |
|
entry_plug->tau[i] = 0.0; |
| 70 |
|
} |
| 71 |
|
|
| 72 |
+ |
|
| 73 |
|
fortranForceLoop( pos, |
| 74 |
|
A, |
| 75 |
|
u_l, |
| 81 |
|
&passedCalcStress, |
| 82 |
|
&isError ); |
| 83 |
|
|
| 84 |
+ |
|
| 85 |
+ |
|
| 86 |
|
if( isError ){ |
| 87 |
|
sprintf( painCave.errMsg, |
| 88 |
|
"Error returned from the fortran force calculation.\n" ); |