replace all __CINT__ by __CLING__.

This commit is contained in:
2017-02-07 16:08:52 +01:00
parent 3a112cd391
commit 5e28f465a4
41 changed files with 65 additions and 69 deletions

View File

@ -27,7 +27,7 @@
***************************************************************************/
// root dictionary stuff --------------------------------------------------
#ifdef __CINT__
#ifdef __CLING__
#pragma link off all globals;
#pragma link off all classes;
@ -39,6 +39,6 @@
#pragma link C++ class TMeanFieldsForScTrilayer+;
#pragma link C++ class TMeanFieldsForScTrilayerWithInsulator+;
#endif //__CINT__
#endif //__CLING__
// root dictionary stuff --------------------------------------------------