ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/dynamicProps/DynamicProps.cpp
(Generate patch)

Comparing trunk/src/applications/dynamicProps/DynamicProps.cpp (file contents):
Revision 1615 by gezelter, Fri Aug 26 17:55:44 2011 UTC vs.
Revision 1782 by gezelter, Wed Aug 22 02:28:28 2012 UTC

# Line 36 | Line 36
36   * [1]  Meineke, et al., J. Comp. Chem. 26, 252-271 (2005).            
37   * [2]  Fennell & Gezelter, J. Chem. Phys. 124, 234104 (2006).          
38   * [3]  Sun, Lin & Gezelter, J. Chem. Phys. 128, 24107 (2008).          
39 < * [4]  Vardeman & Gezelter, in progress (2009).                        
39 > * [4]  Kuang & Gezelter,  J. Chem. Phys. 133, 164101 (2010).
40 > * [5]  Vardeman, Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011).
41   */
42  
43   #include <iostream>
44   #include <fstream>
45   #include <string>
46  
46 #include "brains/Register.hpp"
47   #include "brains/SimCreator.hpp"
48   #include "brains/SimInfo.hpp"
49   #include "utils/StringUtils.hpp"
# Line 63 | Line 63
63   #include "applications/dynamicProps/MomentumCorrFunc.hpp"
64  
65  
66 +
67   using namespace OpenMD;
68  
69   int main(int argc, char* argv[]){
70    
70  //register force fields
71  registerForceFields();
72
71    gengetopt_args_info args_info;
72  
73    //parse the command line option
# Line 117 | Line 115 | int main(int argc, char* argv[]){
115             "Amount of memory being used: %llu bytes\n", memSize);
116    painCave.severity = OPENMD_INFO;
117    painCave.isFatal = 0;
118 <  simError();
119 <    
118 >  simError();    
119 >
120    //parse md file and set up the system
121    SimCreator creator;
122    SimInfo* info = creator.createSim(dumpFileName, false);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines