63 |
|
#include "applications/staticProps/SCDOrderParameter.hpp" |
64 |
|
#include "applications/staticProps/DensityPlot.hpp" |
65 |
|
#include "applications/staticProps/RhoZ.hpp" |
66 |
+ |
#include "applications/staticProps/pAngle.hpp" |
67 |
|
#include "applications/staticProps/BondAngleDistribution.hpp" |
68 |
|
#include "applications/staticProps/NanoVolume.hpp" |
69 |
|
#if defined(HAVE_FFTW_H) || defined(HAVE_DFFTW_H) || defined(HAVE_FFTW3_H) |
258 |
|
args_info.nbins_arg); |
259 |
|
} else if (args_info.slab_density_given) { |
260 |
|
analyser = new RhoZ(info, dumpFileName, sele1, args_info.nbins_arg); |
261 |
+ |
} else if (args_info.p_angle_given) { |
262 |
+ |
analyser = new pAngle(info, dumpFileName, sele1, args_info.nbins_arg); |
263 |
|
#if defined(HAVE_FFTW_H) || defined(HAVE_DFFTW_H) || defined(HAVE_FFTW3_H) |
264 |
|
}else if (args_info.hxy_given) { |
265 |
|
analyser = new Hxy(info, dumpFileName, sele1, args_info.nbins_x_arg, |