ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/dump2Xyz/Dump2XYZ.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/applications/dump2Xyz/Dump2XYZ.cpp (file contents):
Revision 3114 by gezelter, Wed Aug 30 21:04:04 2006 UTC vs.
Revision 3115 by chuckv, Tue Jan 16 22:17:27 2007 UTC

# Line 170 | Line 170 | int main(int argc, char* argv[]){
170      
171    //create xyzVisitor
172    XYZVisitor* xyzVisitor;
173 +
174    if (args_info.selection_given) {
175      xyzVisitor = new XYZVisitor(info, args_info.selection_arg);
176    } else {
177      xyzVisitor = new XYZVisitor(info);
178    }
179 +
180 +  if(args_info.printPosOnly_flag){
181 +    bool posOnly = true;
182 +    xyzVisitor->setPosOnly(posOnly);
183 +  }
184 +
185    compositeVisitor->addVisitor(xyzVisitor, 200);
186    
187    std::cout << compositeVisitor->toString();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines