Dear all,
before root 6 it was possible to re-run a macro in the same root-session.
Now I am using root 6.04.08 and it looks it is no longer true:
Below the macro code but it happens whatever macro you choose I think:
{
double x = 10;
double y = 1.3;
double z = TMath::Power(x,y);
std::cout << "z = " << z << "\n";
std::cout << "z = " << z << "\n";
}
It was a nice feature to modify a macro and run it again without closing and reopening a root session.
Am I missing something?
Many thanks in advance and best regards,
Marco Bomben