# | Line 29 | Line 29 | class PlotTools { | |
---|---|---|
29 | double(*func)(const T*), int ncont=20, int flag=0, | |
30 | int color=1, int style=1); | |
31 | ||
32 | + | void Print(double(*x)(const T*), double(*x)(const T*), double(*y)(const T*), |
33 | + | TGraph*, double p=10.); |
34 | + | |
35 | private: | |
36 | std::vector<T*> * _scan; | |
37 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |