Skip to content

Instantly share code, notes, and snippets.

@thorade
Last active December 12, 2015 03:28
Show Gist options
  • Save thorade/4706696 to your computer and use it in GitHub Desktop.
Save thorade/4706696 to your computer and use it in GitHub Desktop.
Modelica conditional printing
Boolean verbose;
...
assert(not verbose, "iteration steps " + String(iter), level=AssertionLevel.warning);
@thorade
Copy link
Author

thorade commented Feb 4, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment