fixed a fruther bracket bug.

This commit is contained in:
2024-04-20 17:39:18 +02:00
parent cedaabeb98
commit 26e25ce10b
2 changed files with 5 additions and 9 deletions

View File

@@ -123,7 +123,7 @@ class PFunction {
Int_t fFuncNo; ///< function number, i.e. FUNx with x the function number
virtual void EvalTreeForString(tree_parse_info<> info);
virtual void EvalTreeForStringExpression(iter_t const& i);
virtual void EvalTreeForStringExpression(iter_t const& i, bool funcFlag=false);
TString fFuncString; ///< text representation of the function
PMetaData fMetaData; ///< keeps meta data from data files (field, energy, temperature, ...)