| 81 |
|
|
| 82 |
|
outFile << nAtoms << "\n"; |
| 83 |
|
|
| 84 |
< |
outFile << currentTime << "\t" |
| 84 |
> |
outFile << currentTime << ";\t" |
| 85 |
|
<< entry_plug->Hmat[0] << "\t" |
| 86 |
|
<< entry_plug->Hmat[1] << "\t" |
| 87 |
< |
<< entry_plug->Hmat[2] << "\t" |
| 87 |
> |
<< entry_plug->Hmat[2] << ";\t" |
| 88 |
|
|
| 89 |
|
<< entry_plug->Hmat[3] << "\t" |
| 90 |
|
<< entry_plug->Hmat[4] << "\t" |
| 91 |
< |
<< entry_plug->Hmat[5] << "\t" |
| 91 |
> |
<< entry_plug->Hmat[5] << ";\t" |
| 92 |
|
|
| 93 |
|
<< entry_plug->Hmat[6] << "\t" |
| 94 |
|
<< entry_plug->Hmat[7] << "\t" |
| 95 |
< |
<< entry_plug->Hmat[8] << "\n"; |
| 95 |
> |
<< entry_plug->Hmat[8] << ";\n"; |
| 96 |
|
|
| 97 |
|
for( i=0; i<nAtoms; i++ ){ |
| 98 |
|
|