fixed a fruther bracket bug.

This commit is contained in:
2024-04-20 17:52:22 +02:00
parent 65066596e8
commit 1a5561b265
2 changed files with 5 additions and 9 deletions
+1 -1
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, ...)