added the option to split a user function into a global and run-block related part (see MUSR-134)

This commit is contained in:
nemu
2010-11-10 13:13:00 +00:00
parent c4dfc3cbce
commit f4d6e349fe
41 changed files with 2401 additions and 161 deletions

View File

@@ -35,6 +35,7 @@
#pragma link off all classes;
#pragma link off all functions;
#pragma link C++ class PNL_PippardFitterGlobal+;
#pragma link C++ class PNL_PippardFitter+;
#endif