Revision
1725 -
Directory Listing
-
[select for diffs]
Modified
Sat May 26 18:13:43 2012 UTC
(12 years, 11 months ago)
by
gezelter
Diff to
previous 1668
Individual ForceField classes have been removed (they were essentially
all duplicates anyway).
ForceField has moved to brains, and since only one force field is in
play at any time, the ForceFieldFactory and Register methods have been
removed.
Revision
1627 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 13 22:05:04 2011 UTC
(13 years, 7 months ago)
by
gezelter
Diff to
previous 1465
Splitting out ifstrstream into a header and an implementation. This
means that much of the code that depends on it can be compiled only
once and the parallel I/O is concentrated into a few files. To do
this, a number of files that relied on basic_ifstrstream to load the
mpi header had to be modified to manage their own headers.