# | 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); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |