added test of the uniqueness of the parameter names

This commit is contained in:
nemu
2008-03-31 18:40:01 +00:00
parent e02f761c5f
commit 1de245df8b
2 changed files with 41 additions and 7 deletions

View File

@ -86,6 +86,7 @@ class PMsrHandler
{ return fFuncHandler->Eval(i,map,param); }
virtual int ParameterInUse(unsigned int paramNo);
virtual bool CheckUniquenessOfParamNames(unsigned int &parX, unsigned int &parY);
private:
TString fFileName;