Simpatico
v1.10
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
src
tools
mdPp.cpp
Go to the documentation of this file.
1
/*
2
* Simpatico - Simulation Package for Polymeric and Molecular Liquids
3
*
4
* Copyright 2010 - 2017, The Regents of the University of Minnesota
5
* Distributed under the terms of the GNU General Public License.
6
*/
9
#include <tools/processor/Processor.h>
10
38
int
main(
int
argc,
char
** argv)
39
{
40
Tools::Processor
processor;
41
processor.
setOptions
(argc, argv);
42
processor.
readParam
();
43
processor.
readCommands
();
44
return
0;
45
}
Tools::Processor
A post-processor for analyzing outputs of MD simulations.
Definition:
Processor.h:30
Tools::Processor::readParam
void readParam()
Read parameter file specified in command line.
Definition:
Processor.cpp:76
Tools::Processor::setOptions
void setOptions(int argc, char *const *argv)
Process command line options.
Definition:
Processor.cpp:50
Tools::Processor::readCommands
void readCommands()
Read command file specified in command line.
Definition:
Processor.cpp:108
Generated on Wed Mar 7 2018 12:59:41 for Simpatico by
1.8.11