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

Comparing trunk/src/applications/staticProps/NanoVolume.cpp (file contents):
Revision 1942 by gezelter, Tue Nov 5 18:33:42 2013 UTC vs.
Revision 2071 by gezelter, Sat Mar 7 21:41:51 2015 UTC

# Line 61 | Line 61 | NanoVolume::NanoVolume(SimInfo* info,
61   NanoVolume::NanoVolume(SimInfo* info,
62                         const std::string& filename,
63                         const std::string& sele)
64 <  : StaticAnalyser(info, filename), selectionScript_(sele), evaluator_(info),
65 <    seleMan_(info) {
66 <
64 >  : StaticAnalyser(info, filename), selectionScript_(sele), seleMan_(info),
65 >    evaluator_(info) {
66 >  
67    setOutputName(getPrefix(filename) + ".avol");
68 <
68 >  
69    osq.open(getOutputFileName().c_str());
70    
71    evaluator_.loadScriptString(sele);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines