Skip to content
Snippets Groups Projects
Commit e585b099 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

PartPropSvc: patch for bad parsing of input files: GAUDI-1119

In the PartPropSvc, after upgrade to boost::regex, parsing of input
files fails silently if no "=" is present in the token (ie file type
is not specified), and the file loaded will be the default table
instead of the user supplied one.

eg: InputFile = "myPDGTABLE.MeV" will result in "PDGTABLE.MeV" being
loaded instead, with no message that this has taken place.

Fixes GAUDI-1119.

See merge request !59
parents 1031fb31 4b4c9b0f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment