| 134 |
|
strcpy( mixingRule,"standard"); //default mixing rules to standard. |
| 135 |
|
usePBC = 1; //default periodic boundry conditions to on |
| 136 |
|
useRF = 0; |
| 137 |
< |
useInitTime = 1; // default to pull init time from the init file |
| 138 |
< |
useInitXSstate = 1; // default to pull the extended state from the init file |
| 137 |
> |
useInitTime = 0; // default to pull init time from the init file |
| 138 |
> |
useInitXSstate = 0; // default to pull the extended state from the init file |
| 139 |
|
orthoBoxTolerance = 1E-6; |
| 140 |
|
|
| 141 |
|
have_force_field = 0; |