ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/applications/oopse/oopse.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/applications/oopse/oopse.cpp (file contents):
Revision 1888 by tim, Mon Dec 13 22:30:27 2004 UTC vs.
Revision 1889 by tim, Wed Dec 15 19:40:16 2004 UTC

# Line 69 | Line 69 | int main(int argc,char* argv[]){
69      /** @todo move to a seperate initialization module */
70      ForceFieldBuilder<DUFF> DUFFCreator("DUFF");
71      ForceFieldBuilder<DUFF> WATERCreator("WATER");
72 +    ForceFieldBuilder<DUFF> LJCreator("LJ");
73 +    ForceFieldBuilder<DUFF> EAMCreator("EAM");
74 +    
75      IntegratorBuilder<NVE> NVECreator("NVE");
76      IntegratorBuilder<NVT> NVTCreator("NVT");
77      IntegratorBuilder<NPTi> NPTiCreator("NPTi");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines