| 52 |  | #include "applications/staticProps/StaticPropsCmd.h" | 
| 53 |  | #include "applications/staticProps/StaticAnalyser.hpp" | 
| 54 |  | #include "applications/staticProps/GofR.hpp" | 
| 55 | + | #include "applications/staticProps/GofZ.hpp" | 
| 56 |  | #include "applications/staticProps/GofRAngle.hpp" | 
| 57 |  | #include "applications/staticProps/GofAngle2.hpp" | 
| 58 |  | #include "applications/staticProps/GofXyz.hpp" | 
| 183 |  | if (args_info.gofr_given){ | 
| 184 |  | analyser= new GofR(info, dumpFileName, sele1, sele2, maxLen, | 
| 185 |  | args_info.nbins_arg); | 
| 186 | + | } else if (args_info.gofz_given) { | 
| 187 | + | analyser= new GofZ(info, dumpFileName, sele1, sele2, maxLen, | 
| 188 | + | args_info.nbins_arg); | 
| 189 |  | } else if (args_info.r_theta_given) { | 
| 190 |  | analyser  = new GofRTheta(info, dumpFileName, sele1, sele2, maxLen, | 
| 191 |  | args_info.nbins_arg, args_info.nanglebins_arg); | 
| 253 |  | analyser  = new SCDOrderParameter(info, dumpFileName, sele1, sele2, sele3); | 
| 254 |  | } | 
| 255 |  | }else if (args_info.density_given) { | 
| 256 | < | analyser= new DensityPlot(info, dumpFileName, sele1, sele2, maxLen, | 
| 256 | > | analyser= new DensityPlot(info, dumpFileName, sele1, sele2, maxLen, | 
| 257 |  | args_info.nbins_arg); | 
| 258 |  | } else if (args_info.slab_density_given) { | 
| 259 | < | Mat3x3d hmat = info->getSnapshotManager()->getCurrentSnapshot()->getHmat(); | 
| 256 | < | analyser = new RhoZ(info, dumpFileName, sele1, hmat(2, 2), args_info.nbins_arg); | 
| 259 | > | analyser = new RhoZ(info, dumpFileName, sele1, args_info.nbins_arg); | 
| 260 |  | #if defined(HAVE_FFTW_H) || defined(HAVE_DFFTW_H) || defined(HAVE_FFTW3_H) | 
| 261 |  | }else if (args_info.hxy_given) { | 
| 262 |  | analyser = new Hxy(info, dumpFileName, sele1, args_info.nbins_x_arg, |