| 69 | 
  | 
#include "applications/staticProps/pAngle.hpp" | 
| 70 | 
  | 
#include "applications/staticProps/BondAngleDistribution.hpp" | 
| 71 | 
  | 
#include "applications/staticProps/NanoVolume.hpp" | 
| 72 | 
+ | 
#include "applications/staticProps/NanoLength.hpp" | 
| 73 | 
  | 
#if defined(HAVE_FFTW_H) || defined(HAVE_DFFTW_H) || defined(HAVE_FFTW3_H) | 
| 74 | 
  | 
#include "applications/staticProps/Hxy.hpp" | 
| 75 | 
  | 
#endif | 
| 329 | 
  | 
    } | 
| 330 | 
  | 
  } else if (args_info.hullvol_given) { | 
| 331 | 
  | 
    analyser = new NanoVolume(info, dumpFileName, sele1); | 
| 332 | 
+ | 
  } else if (args_info.rodlength_given) { | 
| 333 | 
+ | 
    analyser = new NanoLength(info, dumpFileName, sele1); | 
| 334 | 
  | 
  } else if (args_info.angle_r_given) { | 
| 335 | 
  | 
    analyser = new AngleR(info, dumpFileName, sele1, maxLen,args_info.nbins_arg); | 
| 336 | 
  | 
  } |