1
0
mirror of synced 2024-12-22 20:50:00 +01:00
Henry Fredrick Schreiner 2d7cb87893 Adding ROOT, moving to term
2018-03-28 20:50:38 +02:00

14 lines
251 B
C

// See: https://root.cern.ch/selecting-dictionary-entries-linkdefh
#ifdef __CINT__
#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;
#pragma link C++ nestedclasses;
#pragma link C++ class Simple+;
#endif