| 125 |
|
Restraints* restraint; |
| 126 |
|
bool has_minimizer; |
| 127 |
|
|
| 128 |
< |
char finalName[300]; // the name of the eor file to be written |
| 129 |
< |
char sampleName[300]; // the name of the dump file to be written |
| 130 |
< |
char statusName[300]; // the name of the stat file to be written |
| 131 |
< |
char rawPotName[300]; // the name of the raw file to be written |
| 128 |
> |
string finalName; // the name of the eor file to be written |
| 129 |
> |
string sampleName; // the name of the dump file to be written |
| 130 |
> |
string statusName; // the name of the stat file to be written |
| 131 |
|
|
| 132 |
|
int seed; //seed for random number generator |
| 133 |
|
|