Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
titleTranslator do not translate example
collapsetrue
#include "Translator/doNotTranslate.h"

// define user Module,

virtual void event(Event &evt, Env &env) {
 Translator::doNotTranslateEvent(evt, std::string("the beam energy is to low"));
}

...