ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/openmd/openmd.cpp
(Generate patch)

Comparing branches/development/src/applications/openmd/openmd.cpp (file contents):
Revision 1540 by gezelter, Mon Jan 17 21:34:36 2011 UTC vs.
Revision 1629 by gezelter, Wed Sep 14 21:15:17 2011 UTC

# Line 56 | Line 56
56   #include "minimizers/MinimizerFactory.hpp"
57   #include "minimizers/Minimizer.hpp"
58   #include "restraints/ThermoIntegrationForceManager.hpp"
59 #include "utils/Report.hpp"
60 #include "utils/Exception.hpp"
59  
60   using namespace OpenMD;
61  
# Line 93 | Line 91 | int main(int argc,char* argv[]){
91        "  |   / __ \\____  ___  ____   /  |/  // __ \\  The Open Molecular Dynamics |\n"<<
92        "  |  / / / / __ \\/ _ \\/ __ \\ / /|_/ // / / /  Engine (formerly OOPSE).    |\n"<<
93        "  | / /_/ / /_/ /  __/ / / // /  / // /_/ /                               |\n"<<
94 <      "  | \\____/ .___/\\___/_/ /_//_/  /_//_____/    Copyright 2004-2010 by the  |\n"<<
94 >      "  | \\____/ .___/\\___/_/ /_//_/  /_//_____/    Copyright 2004-2011 by the  |\n"<<
95        "  |     /_/                                   University of Notre Dame.   |\n"<<
96        "  |                                                                       |\n"<<
97        "  |        version " <<
# Line 187 | Line 185 | int main(int argc,char* argv[]){
185        myIntegrator->setForceManager(fman);
186      }
187          
190    std::cerr << "About to integrate\n";
188      myIntegrator->integrate();
189      delete myIntegrator;
190    }else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines