Finished lattice generation and molecule creation. Functions added to set the sizes of the sitePositions_ and siteForces_ members after construction from disk.

This commit is contained in:
graham
2009-01-07 15:33:16 +00:00
parent 23e1c04cca
commit d61af129f1
6 changed files with 336 additions and 49 deletions

View File

@ -74,7 +74,7 @@ int main(int argc, char *argv[])
Info<< nl << "Total number of molecules added: " << totalMolecules
<< nl << endl;
IOstream::defaultPrecision(12);
IOstream::defaultPrecision(15);
if (!mesh.write())
{