--- trunk/OOPSE-3.0/src/applications/staticProps/StaticProps.cpp 2006/05/12 19:24:30 2750 +++ trunk/OOPSE-3.0/src/applications/staticProps/StaticProps.cpp 2006/05/12 21:34:43 2751 @@ -59,6 +59,7 @@ #include "applications/staticProps/SCDOrderParameter.hpp" #include "applications/staticProps/DensityPlot.hpp" #include "applications/staticProps/RhoZ.hpp" +#include "applications/staticProps/Hxy.hpp" using namespace oopse; @@ -187,6 +188,8 @@ int main(int argc, char* argv[]){ } else if (args_info.slab_density_given) { Mat3x3d hmat = info->getSnapshotManager()->getCurrentSnapshot()->getHmat(); analyser = new RhoZ(info, dumpFileName, sele1, hmat(2, 2), args_info.nrbins_arg); + }else if (args_info.hxy_given) { + analyser = new Hxy(info, dumpFileName, sele1, args_info.nbins_x_arg, args_info.nbins_y_arg, args_info.nrbins_arg); } if (args_info.output_given) {