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

Comparing trunk/OOPSE-4/src/applications/staticProps/StaticProps.cpp (file contents):
Revision 2750 by tim, Mon Jan 9 22:14:32 2006 UTC vs.
Revision 2751 by xsun, Fri May 12 21:34:43 2006 UTC

# Line 59 | Line 59
59   #include "applications/staticProps/SCDOrderParameter.hpp"
60   #include "applications/staticProps/DensityPlot.hpp"
61   #include "applications/staticProps/RhoZ.hpp"
62 + #include "applications/staticProps/Hxy.hpp"
63  
64   using namespace oopse;
65  
# Line 187 | Line 188 | int main(int argc, char* argv[]){
188    } else if (args_info.slab_density_given) {
189        Mat3x3d hmat = info->getSnapshotManager()->getCurrentSnapshot()->getHmat();
190        analyser = new RhoZ(info, dumpFileName, sele1, hmat(2, 2), args_info.nrbins_arg);
191 +  }else if (args_info.hxy_given) {
192 +      analyser = new Hxy(info, dumpFileName, sele1, args_info.nbins_x_arg, args_info.nbins_y_arg, args_info.nrbins_arg);
193    }
194      
195    if (args_info.output_given) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines