Skip to content

Small Improvements to Mesh Converter

Simon Spannagel requested to merge meshconverter_fixes into master

A few improvements to the mesh converter:

  • Allow dashes in validity regions (e.g. n-bulk) by amending the regex to [-\w\.]
  • Remove some residual std::endl
  • Print the used Allpix Squared version into the init file. Only works if compiled with Allpix Squared, if compiled as standalone-tool the version string is simply empty.

Merge request reports