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

Comparing trunk/src/applications/staticProps/TetrahedralityParamZ.cpp (file contents):
Revision 2025 by gezelter, Tue Oct 21 00:38:44 2014 UTC vs.
Revision 2071 by gezelter, Sat Mar 7 21:41:51 2015 UTC

# Line 57 | Line 57 | namespace OpenMD {
57                                               const std::string& sele1,
58                                               const std::string& sele2,
59                                               double rCut, int nzbins)
60 <    : StaticAnalyser(info, filename), selectionScript1_(sele1),
61 <      evaluator1_(info), seleMan1_(info), selectionScript2_(sele2),
62 <      evaluator2_(info), seleMan2_(info), nZBins_(nzbins) {
60 >    : StaticAnalyser(info, filename),
61 >      selectionScript1_(sele1), selectionScript2_(sele2),
62 >      seleMan1_(info), seleMan2_(info), evaluator1_(info), evaluator2_(info),
63 >      nZBins_(nzbins) {
64      
65      evaluator1_.loadScriptString(sele1);
66      if (!evaluator1_.isDynamic()) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines