Revision
2787 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 5 18:24:45 2006 UTC
(18 years, 11 months ago)
by
gezelter
Diff to
previous 2759
Massive changes for GB code with multiple ellipsoid types (a la
Cleaver's paper).
Also, changes in hydrodynamics code to make HydroProp a somewhat
smarter class (rather than just a struct).
Revision
2714 -
Directory Listing
-
[select for diffs]
Modified
Sat Apr 15 21:58:08 2006 UTC
(19 years, 1 month ago)
by
chrisfen
Diff to
previous 2712
Since status.F90 is used by interpolation.F90, the former needs to be listed above the later in the Makefile.
Revision
2710 -
Directory Listing
-
[select for diffs]
Modified
Fri Apr 14 21:06:55 2006 UTC
(19 years, 1 month ago)
by
chrisfen
Diff to
previous 2709
Wiped the spline with derivatives and corrected a boundary comparision error by eliminating the check. This algorithm REQUIRES known first derivatives at the endpoints.
Revision
2515 -
Directory Listing
-
[select for diffs]
Modified
Fri Dec 16 18:26:41 2005 UTC
(19 years, 5 months ago)
by
tim
Diff to
previous 2507
the standard library came with SUN compiler does not have a conforming std::use_facet, define a macro
to handle it. Adding exception handling to SimCreator.
Revision
2262 -
Directory Listing
-
[select for diffs]
Modified
Sun Jul 3 20:53:43 2005 UTC
(19 years, 11 months ago)
by
chuckv
Diff to
previous 2259
Added subroutine to set cuttoff for Interaction map and function in simulation.F90 to determine if a particular atype is present in a simulation.
Revision
2180 -
Directory Listing
-
[select for diffs]
Modified
Tue Apr 12 21:28:07 2005 UTC
(20 years, 1 month ago)
by
gezelter
Diff to
previous 2171
cleaned up vector_class memory leak fix by deallocating in reverse
order of how we allocated. Also migrated MoLocator into utils directory
Revision
2031 -
Directory Listing
-
[select for diffs]
Modified
Tue Feb 15 17:11:35 2005 UTC
(20 years, 3 months ago)
by
tim
Diff to
previous 2029
(1) adding #ifdef __RWSTD to make sun compiler happy
(2) fix pair density calculation problem when two selections intersect with each other
Revision
2024 -
Directory Listing
-
[select for diffs]
Modified
Tue Feb 15 05:05:33 2005 UTC
(20 years, 3 months ago)
by
gezelter
Diff to
previous 2009
modifications to estimate memory in use by other processes
autoconf fixes
ps syntax checking
config.h file cleaning
Revision
1643 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 25 17:03:56 2004 UTC
(20 years, 7 months ago)
by
tim
Diff to
previous 1642
adding GenericFactory Test Case. GenericFactory now can bed used to creat
ForcefieldFactory and IntegratorFactory etc.