Fork me on GitHub

Changes between Version 16 and Version 17 of WorkBook/TutorialBologna


Ignore:
Timestamp:
Jun 10, 2016, 11:39:40 AM (8 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/TutorialBologna

    v16 v17  
    3233231) Add the Timing module in modules/ModulesLinkDef.h:
    324324{{{
    325 #include "modules/NewModule.h"
     325#include "modules/Timing.h"
    326326...
    327 #pragma link C++ class NewModule+;
     327#pragma link C++ class Timing+;
    328328}}}
    329329