Changes between Version 16 and Version 17 of WorkBook/TutorialBologna
- Timestamp:
- Jun 10, 2016, 11:39:40 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/TutorialBologna
v16 v17 323 323 1) Add the Timing module in modules/ModulesLinkDef.h: 324 324 {{{ 325 #include "modules/ NewModule.h"325 #include "modules/Timing.h" 326 326 ... 327 #pragma link C++ class NewModule+;327 #pragma link C++ class Timing+; 328 328 }}} 329 329