ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/OpenMD/trunk/src/brains
Revision 1032 - Directory Listing - [select for diffs]
Modified Fri Sep 1 19:16:02 2006 UTC (18 years, 10 months ago) by gezelter
Diff to previous 1025 , to selected 776
adding NgammaT integrator

Revision 1025 - Directory Listing - [select for diffs]
Modified Wed Aug 30 20:33:44 2006 UTC (18 years, 10 months ago) by gezelter
Diff to previous 1024 , to selected 776
fixed some bugs in DumpWriter, eliminated some extra printing of
debugging information

Revision 1024 - Directory Listing - [select for diffs]
Modified Wed Aug 30 18:42:29 2006 UTC (18 years, 10 months ago) by tim
Diff to previous 1021 , to selected 776
Massive changes preparing for release of OOPSE-4: The main difference
is that the new MD file format (.md, .dump, .eor) now contains meta-data
information along with the configuration information.

Revision 1021 - Directory Listing - [select for diffs]
Modified Wed Aug 2 19:40:39 2006 UTC (18 years, 11 months ago) by gezelter
Diff to previous 998 , to selected 776
starting change of file formats

Revision 998 - Directory Listing - [select for diffs]
Modified Mon Jul 3 13:18:43 2006 UTC (19 years ago) by chrisfen
Diff to previous 963 , to selected 776
Added simulation box dipole moment accumulation for the purposes of calculating dielectric constants

Revision 963 - Directory Listing - [select for diffs]
Modified Wed May 17 21:51:42 2006 UTC (19 years, 2 months ago) by tim
Diff to previous 945 , to selected 776
Adding single precision capabilities to c++ side

Revision 945 - Directory Listing - [select for diffs]
Modified Tue Apr 25 02:09:01 2006 UTC (19 years, 3 months ago) by gezelter
Diff to previous 895 , to selected 776
Adding spherical boundary conditions to LD integrator

Revision 895 - Directory Listing - [select for diffs]
Modified Mon Mar 13 22:42:40 2006 UTC (19 years, 4 months ago) by tim
Diff to previous 890 , to selected 776
LangevinDynamics in progress

Revision 890 - Directory Listing - [select for diffs]
Modified Thu Feb 16 22:05:48 2006 UTC (19 years, 5 months ago) by gezelter
Diff to previous 879 , to selected 776
fixed a spelling error

Revision 879 - Directory Listing - [select for diffs]
Modified Wed Feb 1 21:06:43 2006 UTC (19 years, 5 months ago) by chrisfen
Diff to previous 878 , to selected 776
Missing brace caused the last commit not to build

Revision 878 - Directory Listing - [select for diffs]
Modified Wed Feb 1 20:54:46 2006 UTC (19 years, 5 months ago) by chrisfen
Diff to previous 853 , to selected 776
Changes to cutoff radius setting to a more logical procedure - still may change...

Revision 853 - Directory Listing - [select for diffs]
Modified Thu Jan 12 16:47:25 2006 UTC (19 years, 6 months ago) by chrisfen
Diff to previous 845 , to selected 776
unifying function name in electrostatics

Revision 845 - Directory Listing - [select for diffs]
Modified Wed Jan 11 19:01:20 2006 UTC (19 years, 6 months ago) by tim
Diff to previous 834 , to selected 776
instead of printing to std::cout, throwing an exception when error is found.

Revision 834 - Directory Listing - [select for diffs]
Modified Fri Dec 30 23:15:59 2005 UTC (19 years, 6 months ago) by chuckv
Diff to previous 833 , to selected 776
More Sutton-Chen bug fixes.

Revision 833 - Directory Listing - [select for diffs]
Modified Fri Dec 30 21:25:56 2005 UTC (19 years, 6 months ago) by tim
Diff to previous 832 , to selected 776
Long range potential return from fortran is already accumulated, it should not be accumulated again;
nGroupTypesCol is not initialized; GroupMaxCutoffCol is not allocated;

Revision 832 - Directory Listing - [select for diffs]
Modified Fri Dec 30 15:32:55 2005 UTC (19 years, 6 months ago) by tim
Diff to previous 823 , to selected 776
In order to compile MPI version, we need to cast const char* to void* for stringstream.str();
Previous Makefile use bjects of single version to make the MPI library;

Revision 823 - Directory Listing - [select for diffs]
Modified Thu Dec 29 16:03:11 2005 UTC (19 years, 6 months ago) by chuckv
Diff to previous 816 , to selected 776
Fixed issue with symbol naming and added call to set force options in SimCreator.

Revision 816 - Directory Listing - [select for diffs]
Modified Fri Dec 16 18:26:41 2005 UTC (19 years, 7 months ago) by tim
Diff to previous 809 , to selected 776
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 809 - Directory Listing - [select for diffs]
Modified Mon Dec 12 19:32:50 2005 UTC (19 years, 7 months ago) by gezelter
Diff to previous 788 , to selected 776
made some minor changes to allow compilation with the portland group
compilers

Revision 788 - Directory Listing - [select for diffs]
Modified Mon Dec 5 22:23:57 2005 UTC (19 years, 7 months ago) by gezelter
Diff to previous 776
Adding handler for CLAY force field

Revision 776 - Directory Listing - [selected]
Modified Fri Dec 2 20:10:49 2005 UTC (19 years, 7 months ago) by gezelter
Diff to previous 770
Got rid of spurious printing out of junk

Revision 770 - Directory Listing - [select for diffs]
Modified Fri Dec 2 15:38:03 2005 UTC (19 years, 7 months ago) by tim
Diff to previous 764 , to selected 776
End of the Link --> List
Return of the Oject-Oriented
replace yacc/lex parser with antlr parser

Revision 764 - Directory Listing - [select for diffs]
Modified Mon Nov 21 22:59:21 2005 UTC (19 years, 8 months ago) by gezelter
Diff to previous 749 , to selected 776
Cutoff Mixing fixes

Revision 749 - Directory Listing - [select for diffs]
Modified Wed Nov 16 23:10:02 2005 UTC (19 years, 8 months ago) by tim
Diff to previous 744 , to selected 776
OptionSectionParser get compiled

Revision 744 - Directory Listing - [select for diffs]
Modified Wed Nov 16 21:20:11 2005 UTC (19 years, 8 months ago) by tim
Diff to previous 734 , to selected 776
register openbabel readers/writers

Revision 734 - Directory Listing - [select for diffs]
Modified Tue Nov 15 16:05:38 2005 UTC (19 years, 8 months ago) by chuckv
Diff to previous 728 , to selected 776
Sutton-Chen added to SimInfo

Revision 728 - Directory Listing - [select for diffs]
Modified Mon Nov 14 21:29:36 2005 UTC (19 years, 8 months ago) by chuckv
Diff to previous 726 , to selected 776
Sutton-Chen almost done. Just need to fix do_forces to use Sutton-Chen.

Revision 726 - Directory Listing - [select for diffs]
Modified Fri Nov 11 15:22:11 2005 UTC (19 years, 8 months ago) by chrisfen
Diff to previous 720 , to selected 776
added in a 5th order polynomial switching function option

Revision 720 - Directory Listing - [select for diffs]
Modified Tue Nov 8 13:32:06 2005 UTC (19 years, 8 months ago) by chrisfen
Diff to previous 716 , to selected 776
Added a keyword for output of forces and torques

Revision 716 - Directory Listing - [select for diffs]
Modified Thu Nov 3 23:12:27 2005 UTC (19 years, 8 months ago) by chrisfen
Diff to previous 709 , to selected 776
improvements in shifted-force

Revision 709 - Directory Listing - [select for diffs]
Modified Wed Nov 2 20:36:15 2005 UTC (19 years, 8 months ago) by chrisfen
Diff to previous 705 , to selected 776
again, changing how we deal with summation and screening methods

Revision 705 - Directory Listing - [select for diffs]
Modified Tue Nov 1 19:14:27 2005 UTC (19 years, 8 months ago) by chrisfen
Diff to previous 701 , to selected 776
fixed a capitalization problem with NPT integrator initialization

Revision 701 - Directory Listing - [select for diffs]
Modified Wed Oct 26 23:32:25 2005 UTC (19 years, 9 months ago) by chrisfen
Diff to previous 691 , to selected 776
changed the default switching radius to 85% of rcut

Revision 691 - Directory Listing - [select for diffs]
Modified Wed Oct 19 19:24:40 2005 UTC (19 years, 9 months ago) by chrisfen
Diff to previous 688 , to selected 776
Still had some globals toUpper problems - these changes should fix those...

Revision 688 - Directory Listing - [select for diffs]
Modified Wed Oct 19 16:49:59 2005 UTC (19 years, 9 months ago) by tim
Diff to previous 682 , to selected 776
fix an index mismathcing between c and fortran

Revision 682 - Directory Listing - [select for diffs]
Modified Tue Oct 18 15:01:42 2005 UTC (19 years, 9 months ago) by chrisfen
Diff to previous 681 , to selected 776
merged reaction field with electrostatics.F90

Revision 681 - Directory Listing - [select for diffs]
Modified Mon Oct 17 23:13:44 2005 UTC (19 years, 9 months ago) by tim
Diff to previous 665 , to selected 776
Customized StatWriter is working

Revision 665 - Directory Listing - [select for diffs]
Modified Thu Oct 13 22:26:47 2005 UTC (19 years, 9 months ago) by tim
Diff to previous 664 , to selected 776
rewrite Globals

Revision 664 - Directory Listing - [select for diffs]
Modified Wed Oct 12 21:57:16 2005 UTC (19 years, 9 months ago) by chuckv
Diff to previous 647 , to selected 776
Fix to forceManager to pass potential array to fortran.

Revision 647 - Directory Listing - [select for diffs]
Modified Wed Oct 5 19:34:01 2005 UTC (19 years, 9 months ago) by tim
Diff to previous 645 , to selected 776
fix a bug in creating cutoffGroup. When
cutoffGroup is turned off, there is a mismatch between group and
center of mass array

Revision 645 - Directory Listing - [select for diffs]
Modified Tue Oct 4 19:34:03 2005 UTC (19 years, 9 months ago) by chrisfen
Diff to previous 629 , to selected 776
fixed an annoying mass ratio bug that results in simulation failure with massless particles

Revision 629 - Directory Listing - [select for diffs]
Modified Mon Sep 26 15:58:17 2005 UTC (19 years, 10 months ago) by chuckv
Diff to previous 611 , to selected 776
Added support for skinThickness keyword to Globals.

Revision 611 - Directory Listing - [select for diffs]
Modified Mon Sep 19 23:21:46 2005 UTC (19 years, 10 months ago) by chrisfen
Diff to previous 610 , to selected 776
Fixed bugs in reaction field, now it appears as though it really is working...

Revision 610 - Directory Listing - [select for diffs]
Modified Sun Sep 18 20:45:38 2005 UTC (19 years, 10 months ago) by chrisfen
Diff to previous 608 , to selected 776
reaction field seems to work now, still need to do some testing...

Revision 608 - Directory Listing - [select for diffs]
Modified Fri Sep 16 21:07:45 2005 UTC (19 years, 10 months ago) by chrisfen
Diff to previous 606 , to selected 776
xlf found a bug that ifc missed...

Revision 606 - Directory Listing - [select for diffs]
Modified Fri Sep 16 19:35:14 2005 UTC (19 years, 10 months ago) by chrisfen
Diff to previous 604 , to selected 776
fixed a capitalization error

Revision 604 - Directory Listing - [select for diffs]
Modified Fri Sep 16 19:00:12 2005 UTC (19 years, 10 months ago) by chrisfen
Diff to previous 603 , to selected 776
it builds now, but there are known issues - particularly with reaction field...

Revision 603 - Directory Listing - [select for diffs]
Modified Fri Sep 16 16:07:39 2005 UTC (19 years, 10 months ago) by chrisfen
Diff to previous 598 , to selected 776
some fixes but even more breaking (cutting out the old way to do reaction field)

Revision 598 - Directory Listing - [select for diffs]
Modified Thu Sep 15 00:14:35 2005 UTC (19 years, 10 months ago) by chrisfen
Diff to previous 586 , to selected 776
changes to include the coulombicCorrection selector

Revision 586 - Directory Listing - [select for diffs]
Modified Wed Sep 7 20:46:46 2005 UTC (19 years, 10 months ago) by gezelter
Diff to previous 580 , to selected 776
adding c-side interface to change cutoff Policy

Revision 580 - Directory Listing - [select for diffs]
Modified Tue Aug 30 18:23:50 2005 UTC (19 years, 10 months ago) by chrisfen
Diff to previous 564 , to selected 776
made some changes for implementing the wolf potential

Revision 564 - Directory Listing - [select for diffs]
Modified Wed Jul 13 15:54:00 2005 UTC (20 years ago) by tim
Diff to previous 557 , to selected 776
replace c++ style comment in c files

Revision 557 - Directory Listing - [select for diffs]
Modified Tue May 31 22:31:54 2005 UTC (20 years, 1 month ago) by chuckv
Diff to previous 555 , to selected 776
Changes to remove angular momentum.

Revision 555 - Directory Listing - [select for diffs]
Modified Mon May 30 14:01:52 2005 UTC (20 years, 1 month ago) by chuckv
Diff to previous 541 , to selected 776
Added method to remove system angular momentum to velocitizer and added method to calculate system angular momentum to siminfo.

Revision 541 - Directory Listing - [select for diffs]
Modified Sun May 22 21:05:15 2005 UTC (20 years, 2 months ago) by tim
Diff to previous 538 , to selected 776
adding keyword printPressureTensor

Revision 538 - Directory Listing - [select for diffs]
Modified Thu May 19 21:31:23 2005 UTC (20 years, 2 months ago) by tim
Diff to previous 536 , to selected 776
NPAT is working

Revision 536 - Directory Listing - [select for diffs]
Modified Thu May 19 04:28:26 2005 UTC (20 years, 2 months ago) by tim
Diff to previous 523 , to selected 776
adding NPAT and NPrT integrators

Revision 523 - Directory Listing - [select for diffs]
Modified Thu May 5 14:47:35 2005 UTC (20 years, 2 months ago) by chrisfen
Diff to previous 514 , to selected 776
OOPSE setup for TAP water.  It's not parametrized, but OOPSE will now let me run it...

Revision 514 - Directory Listing - [select for diffs]
Modified Thu Apr 21 14:12:19 2005 UTC (20 years, 3 months ago) by chrisfen
Diff to previous 507 , to selected 776
Shapes is limping along with a array bounds overwrite (I think...). At least the parser loads the forcefield fine...

Revision 507 - Directory Listing - [select for diffs]
Modified Fri Apr 15 22:04:00 2005 UTC (20 years, 3 months ago) by gezelter
Diff to previous 494 , to selected 776
xemacs has been drafted to perform our indentation services

Revision 494 - Directory Listing - [select for diffs]
Modified Wed Apr 13 22:43:43 2005 UTC (20 years, 3 months ago) by tim
Diff to previous 490 , to selected 776
fix some warning messages

Revision 490 - Directory Listing - [select for diffs]
Modified Wed Apr 13 18:41:17 2005 UTC (20 years, 3 months ago) by tim
Diff to previous 487 , to selected 776
more memory leak are fixed

Revision 487 - Directory Listing - [select for diffs]
Modified Tue Apr 12 22:33:50 2005 UTC (20 years, 3 months ago) by tim
Diff to previous 484 , to selected 776
refactory lattice

Revision 484 - Directory Listing - [select for diffs]
Modified Tue Apr 12 21:58:09 2005 UTC (20 years, 3 months ago) by tim
Diff to previous 436 , to selected 776
refactory LatticeFactory and LatticeCreator

Revision 436 - Directory Listing - [select for diffs]
Modified Fri Mar 11 17:50:11 2005 UTC (20 years, 4 months ago) by tim
Diff to previous 435 , to selected 776
fix a typo in MultipoleAtomTypesSectionParser

Revision 435 - Directory Listing - [select for diffs]
Modified Fri Mar 11 15:55:17 2005 UTC (20 years, 4 months ago) by tim
Diff to previous 432 , to selected 776
pairs inside cutoff group should not be excluded

Revision 432 - Directory Listing - [select for diffs]
Modified Fri Mar 11 15:00:20 2005 UTC (20 years, 4 months ago) by tim
Diff to previous 430 , to selected 776
clean up SimInfo; modify the images of SelectionExpression.html

Revision 430 - Directory Listing - [select for diffs]
Modified Thu Mar 10 23:56:42 2005 UTC (20 years, 4 months ago) by tim
Diff to previous 417 , to selected 776
adding exclude pairs for rigidbody and cutoff group

Revision 417 - Directory Listing - [select for diffs]
Modified Thu Mar 10 15:10:24 2005 UTC (20 years, 4 months ago) by chrisfen
Diff to previous 413 , to selected 776
First commit of the new restraints code

Revision 413 - Directory Listing - [select for diffs]
Modified Wed Mar 9 17:30:29 2005 UTC (20 years, 4 months ago) by tim
Diff to previous 403 , to selected 776
adding IndexFinder which is used to select the molecules; Seperate ElectrostaticAtomTypesSectionParser into
ChargeAtomTypesSectionParser and MultipoleAtomTypesSectionParser;remove print dipole option from Dump2XYZ;

Revision 403 - Directory Listing - [select for diffs]
Modified Tue Mar 8 21:06:49 2005 UTC (20 years, 4 months ago) by gezelter
Diff to previous 398 , to selected 776
Using OOPSE_itoa and checking a NULL left over from the LinkedList days

Revision 398 - Directory Listing - [select for diffs]
Modified Mon Mar 7 22:39:33 2005 UTC (20 years, 4 months ago) by tim
Diff to previous 397 , to selected 776
Fixing a bug in BitSet.cpp

Revision 397 - Directory Listing - [select for diffs]
Modified Fri Mar 4 15:29:03 2005 UTC (20 years, 4 months ago) by gezelter
Diff to previous 393 , to selected 776
SPRNG eradication project

Revision 393 - Directory Listing - [select for diffs]
Modified Wed Mar 2 16:28:20 2005 UTC (20 years, 4 months ago) by tim
Diff to previous 392 , to selected 776
info_ in Velocitizer is not initialized which causes a seg fault

Revision 392 - Directory Listing - [select for diffs]
Modified Wed Mar 2 15:36:14 2005 UTC (20 years, 4 months ago) by tim
Diff to previous 390 , to selected 776
remove default parameter from MersenneTwister.hpp which causes all kinds of trouble.
Refactory random number generator

Revision 390 - Directory Listing - [select for diffs]
Modified Tue Mar 1 23:17:46 2005 UTC (20 years, 4 months ago) by tim
Diff to previous 388 , to selected 776
fixed a file inclusion problem

Revision 388 - Directory Listing - [select for diffs]
Modified Tue Mar 1 23:02:33 2005 UTC (20 years, 4 months ago) by tim
Diff to previous 385 , to selected 776
replace SPRNG by MTRand

Revision 385 - Directory Listing - [select for diffs]
Modified Tue Mar 1 20:10:14 2005 UTC (20 years, 4 months ago) by tim
Diff to previous 384 , to selected 776
fix compilation problem for g++ 3.4

Revision 384 - Directory Listing - [select for diffs]
Modified Tue Mar 1 19:11:47 2005 UTC (20 years, 4 months ago) by tim
Diff to previous 381 , to selected 776
adding OOPSERandNumGen

Revision 381 - Directory Listing - [select for diffs]
Modified Tue Mar 1 14:45:45 2005 UTC (20 years, 4 months ago) by tim
Diff to previous 368 , to selected 776
adding MersenneTwister random number generator

Revision 368 - Directory Listing - [select for diffs]
Modified Fri Feb 18 15:58:55 2005 UTC (20 years, 5 months ago) by gezelter
Diff to previous 358 , to selected 776
Corrected filename collision for EAM on Mac OS X

Revision 358 - Directory Listing - [select for diffs]
Modified Thu Feb 17 15:18:36 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 355 , to selected 776
The change of interface of BitSet cause a bug in SelectionEvaluation

Revision 355 - Directory Listing - [select for diffs]
Modified Wed Feb 16 20:43:10 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 354 , to selected 776
using PhysMem - RSSMem to estimate avaliable memory

Revision 354 - Directory Listing - [select for diffs]
Modified Wed Feb 16 20:30:50 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 352 , to selected 776
change the default bin number

Revision 352 - Directory Listing - [select for diffs]
Modified Tue Feb 15 19:39:56 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 351 , to selected 776
fix a bug in BlockSnapshotManager

Revision 351 - Directory Listing - [select for diffs]
Modified Tue Feb 15 19:36:07 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 347 , to selected 776
BlockSnapshotManager is using reference counting now

Revision 347 - Directory Listing - [select for diffs]
Modified Tue Feb 15 17:11:35 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 346 , to selected 776
(1) adding #ifdef __RWSTD to make sun compiler happy
(2) fix pair density calculation problem when two selections intersect with each other

Revision 346 - Directory Listing - [select for diffs]
Modified Tue Feb 15 15:24:54 2005 UTC (20 years, 5 months ago) by gezelter
Diff to previous 337 , to selected 776
cast of NULL to satisfy xlc++

Revision 337 - Directory Listing - [select for diffs]
Modified Mon Feb 14 19:42:08 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 334 , to selected 776
fix a bug in BlockSnapshotManager.hpp

Revision 334 - Directory Listing - [select for diffs]
Modified Mon Feb 14 17:57:01 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 331 , to selected 776
begin bug fix

Revision 331 - Directory Listing - [select for diffs]
Modified Sun Feb 13 21:18:27 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 328 , to selected 776
fix a bug in calculating  bytes per stuntdouble

Revision 328 - Directory Listing - [select for diffs]
Modified Sun Feb 13 20:36:24 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 326 , to selected 776
fixed a bug in SimInfo::getCutoff()

Revision 326 - Directory Listing - [select for diffs]
Modified Sun Feb 13 20:05:42 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 324 , to selected 776
maximum length defaults to the cutoff radius

Revision 324 - Directory Listing - [select for diffs]
Modified Sun Feb 13 19:10:25 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 323 , to selected 776
dynamicProps get built

Revision 323 - Directory Listing - [select for diffs]
Modified Sun Feb 13 15:56:10 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 322 , to selected 776
dynamicProps in progress

Revision 322 - Directory Listing - [select for diffs]
Modified Sun Feb 13 08:05:33 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 318 , to selected 776
more work in dynamicProps

Revision 318 - Directory Listing - [select for diffs]
Modified Sun Feb 13 06:57:48 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 316 , to selected 776
adding dynamicProps

Revision 316 - Directory Listing - [select for diffs]
Modified Fri Feb 11 22:41:02 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 297 , to selected 776
adding one more constructor to Snapshot to create customized DataStorage

Revision 297 - Directory Listing - [select for diffs]
Modified Mon Feb 7 19:14:26 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 292 , to selected 776
fix a bug in determing the global index for rigidbodies

Revision 292 - Directory Listing - [select for diffs]
Modified Fri Feb 4 22:44:15 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 285 , to selected 776
adding SelectionManager into SimInfo

Revision 285 - Directory Listing - [select for diffs]
Modified Fri Feb 4 05:26:30 2005 UTC (20 years, 5 months ago) by tim
Diff to previous 274 , to selected 776
remove some useless files

Revision 274 - Directory Listing - [select for diffs]
Modified Tue Jan 25 21:59:18 2005 UTC (20 years, 6 months ago) by tim
Diff to previous 273 , to selected 776
fix a bug in SimInfo, use number of cutoff stamp as counter to loop over rigidbody stamp

Revision 273 - Directory Listing - [select for diffs]
Modified Tue Jan 25 17:45:23 2005 UTC (20 years, 6 months ago) by tim
Diff to previous 267 , to selected 776
(1) complete section parser's error message
(2) add GhostTorsion
(3) accumulate inertial tensor from the directional atoms before calculate rigidbody's inertial tensor

Revision 267 - Directory Listing - [select for diffs]
Modified Fri Jan 14 21:13:24 2005 UTC (20 years, 6 months ago) by gezelter
Diff to previous 260 , to selected 776
moved Package variable into subdirectory makefiles to speed up
the building process

Revision 260 - Directory Listing - [select for diffs]
Modified Fri Jan 14 02:40:55 2005 UTC (20 years, 6 months ago) by tim
Diff to previous 253 , to selected 776
no message

Revision 253 - Directory Listing - [select for diffs]
Modified Thu Jan 13 19:40:37 2005 UTC (20 years, 6 months ago) by tim
Diff to previous 246 , to selected 776
port to SGI platform

Revision 246 - Directory Listing - [select for diffs]
Modified Wed Jan 12 22:41:40 2005 UTC (20 years, 6 months ago) by gezelter
Diff to previous 221 , to selected 776
merging new_design branch into OOPSE-2.0

Revision 221 - Directory Listing - [select for diffs]
Modified Tue Nov 23 22:48:31 2004 UTC (20 years, 8 months ago) by chrisfen
Diff to previous 204 , to selected 776
Improvements to restraints

Revision 204 - Directory Listing - [select for diffs]
Modified Thu Nov 4 16:20:55 2004 UTC (20 years, 8 months ago) by gezelter
Diff to previous 189 , to selected 776
Don't remember what I did

Revision 189 - Directory Listing - [select for diffs]
Modified Thu Oct 28 22:34:01 2004 UTC (20 years, 8 months ago) by tim
Diff to previous 160 , to selected 776
More work on StuntDouble, Atom, DirectionalAtom and RigidBody

Revision 160 - Directory Listing - [select for diffs]
Modified Wed Oct 27 00:01:29 2004 UTC (20 years, 9 months ago) by gezelter
Diff to previous 157 , to selected 776
char* -> string

Revision 157 - Directory Listing - [select for diffs]
Modified Tue Oct 26 22:24:52 2004 UTC (20 years, 9 months ago) by gezelter
Diff to previous 155 , to selected 776
forcefield refactoring for shapes

Revision 155 - Directory Listing - [select for diffs]
Modified Tue Oct 26 22:19:22 2004 UTC (20 years, 9 months ago) by tim
Diff to previous 152 , to selected 776
DataStorage passes unit test

Revision 152 - Directory Listing - [select for diffs]
Modified Tue Oct 26 17:28:53 2004 UTC (20 years, 9 months ago) by tim
Diff to previous 149 , to selected 776
Snaphot and SnapshotTestCase in progress

Revision 149 - Directory Listing - [select for diffs]
Modified Mon Oct 25 04:08:14 2004 UTC (20 years, 9 months ago) by tim
Diff to previous 146 , to selected 776
more classes get reconstructed

Revision 146 - Directory Listing - [select for diffs]
Modified Fri Oct 22 23:09:57 2004 UTC (20 years, 9 months ago) by tim
Diff to previous 143 , to selected 776
more work in Snapshot

Revision 143 - Directory Listing - [select for diffs]
Modified Fri Oct 22 22:54:01 2004 UTC (20 years, 9 months ago) by chrisfen
Diff to previous 141 , to selected 776
fixey fixey the breakey breakey

Revision 141 - Directory Listing - [select for diffs]
Modified Fri Oct 22 21:21:02 2004 UTC (20 years, 9 months ago) by gezelter
Diff to previous 137 , to selected 776
fixey fixey

Revision 137 - Directory Listing - [select for diffs]
Modified Thu Oct 21 21:31:39 2004 UTC (20 years, 9 months ago) by tim
Diff to previous 135 , to selected 776
Snapshot and SnapshotManager in progress

Revision 135 - Directory Listing - [select for diffs]
Modified Thu Oct 21 20:15:31 2004 UTC (20 years, 9 months ago) by gezelter
Diff to previous 132 , to selected 776
Breaky Breaky.   Fixey Fixey.

Revision 132 - Directory Listing - [select for diffs]
Modified Thu Oct 21 16:22:01 2004 UTC (20 years, 9 months ago) by tim
Diff to previous 126 , to selected 776
replace old GebericData with  new GenericData

Revision 126 - Directory Listing - [select for diffs]
Modified Wed Oct 20 21:16:01 2004 UTC (20 years, 9 months ago) by chuckv
Diff to previous 124 , to selected 776
Fortran/C++ interface de-obfuscation project appears to be complete!  Woo hoo!

Revision 124 - Directory Listing - [select for diffs]
Modified Wed Oct 20 20:46:20 2004 UTC (20 years, 9 months ago) by chuckv
Diff to previous 122 , to selected 776
Fortran/C++ interface de-obfuscation project (It is a very long story)

Revision 122 - Directory Listing - [select for diffs]
Modified Wed Oct 20 05:52:25 2004 UTC (20 years, 9 months ago) by tim
Diff to previous 121 , to selected 776
Snapshot and SnapshotManager in design phase

Revision 121 - Directory Listing - [select for diffs]
Modified Wed Oct 20 04:55:21 2004 UTC (20 years, 9 months ago) by gezelter
Diff to previous 99 , to selected 776
namespace problem prevented linking

Revision 99 - Directory Listing - [select for diffs]
Modified Mon Oct 18 17:07:27 2004 UTC (20 years, 9 months ago) by tim
Diff to previous 41 , to selected 776
fix some bugs in Quaternion class

Revision 41 - Directory Listing - [select for diffs]
Modified Wed Oct 6 19:51:54 2004 UTC (20 years, 9 months ago) by gezelter
Diff to previous 24 , to selected 776
Cleaning up a bit

Revision 24 - Directory Listing - [select for diffs]
Modified Wed Sep 29 21:55:03 2004 UTC (20 years, 9 months ago) by tim
Diff to previous 14 , to selected 776
define DEV_ROOT as relative path

Revision 14 - Directory Listing - [select for diffs]
Modified Wed Sep 29 14:59:25 2004 UTC (20 years, 9 months ago) by tim
Diff to previous 9 , to selected 776
change Makefile to relative path

Revision 9 - Directory Listing - [select for diffs]
Modified Tue Sep 28 21:08:18 2004 UTC (20 years, 9 months ago) by tim
Diff to previous 8 , to selected 776
move fortran files around to solve dependency problem

Revision 8 - Directory Listing - [select for diffs]
Modified Tue Sep 28 20:44:02 2004 UTC (20 years, 9 months ago) by tim
Diff to previous 3 , to selected 776
*** empty log message ***

Revision 3 - Directory Listing - [select for diffs]
Modified Fri Sep 24 16:27:58 2004 UTC (20 years, 10 months ago) by tim
Diff to previous 2 , to selected 776
change the #include in source files

Revision 2 - Directory Listing - [select for diffs]
Added Fri Sep 24 04:16:43 2004 UTC (20 years, 10 months ago) by gezelter
Diff to selected 776
Import of OOPSE v. 2.0

Convenience Links