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

Comparing trunk/src/applications/oopse/oopse.cpp (file contents):
Revision 1241 by gezelter, Fri Apr 25 15:14:47 2008 UTC vs.
Revision 1290 by cli2, Wed Sep 10 19:51:45 2008 UTC

# Line 43 | Line 43
43   #include <mpi.h>
44   #endif
45  
46 + #include <fstream>
47   #include "utils/simError.h"
48   #include "utils/CaseConversion.hpp"
49   #include "brains/Register.hpp"
# Line 57 | Line 58 | using namespace oopse;
58  
59   using namespace oopse;
60  
61 +
62   int main(int argc,char* argv[]){
63 <  
63 >  
64    // first things first, all of the initializations
65  
66   #ifdef IS_MPI
# Line 76 | Line 78 | int main(int argc,char* argv[]){
78        "  |    ____  ____  ____  _____ ______  The OpenSource, Object-oriented   |\n" <<
79        "  |   / __ \\/ __ \\/ __ \\/ ___// ____/  Parallel Simulation Engine.       |\n" <<
80        "  |  / / / / / / / /_/ /\\__ \\/ __/                                       |\n" <<
81 <      "  | / /_/ / /_/ / ____/___/ / /___     Copyright 2004-2006 by the        |\n" <<
81 >      "  | / /_/ / /_/ / ____/___/ / /___     Copyright 2004-2008 by the        |\n" <<
82        "  | \\____/\\____/_/    /____/_____/     University of Notre Dame.         |\n" <<
83        "  |                                                                      |\n" <<
84        "  |                     version " <<

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines