Skip to content
Snippets Groups Projects
Commit 3eafceb1 authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

add #pragma link C++ global ROOT_TMath as suggested by Philippe. This avoids...

add  #pragma link C++ global ROOT_TMath as suggested by Philippe. This avoids via the header guard to re-include the definition of TMath.h when running in CINT. 
This fixes a crash observed running stressFit.cxx in interpreted mode


git-svn-id: http://root.cern.ch/svn/root/trunk@23686 27541ba8-7e3a-0410-8455-c3a389f83636
parent 1bc6a6f6
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
#pragma link C++ namespace TMath; #pragma link C++ namespace TMath;
#pragma link C++ global ROOT_TMath;
#pragma link C++ global gRandom; #pragma link C++ global gRandom;
#pragma link C++ class TComplex+; #pragma link C++ class TComplex+;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment