# | Line 47 | Line 47 | SimpleTable::SimpleTable(const char *inp | |
---|---|---|
47 | in >> value; | |
48 | in.getline(dummy,1024); | |
49 | ||
50 | + | if (value.IsNull()) { |
51 | + | Error("SimpleTable", "Value corresponding to name %s is null.", name.Data()); |
52 | + | continue; |
53 | + | } |
54 | TFormula fval("formula",value); | |
55 | MyParameter *par = new MyParameter(name,fval.Eval(0)); | |
56 | fTable.Add(par); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |