Skip to content

Commit

Permalink
- minor formatting changes
Browse files Browse the repository at this point in the history
- got rid of unused imports


git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6790 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Nov 1, 2010
1 parent 7c5872c commit 28b561c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Compiler/Debug.mo
Expand Up @@ -30,9 +30,9 @@
*/

package Debug
" file: Debug.mo
package: Debug
description: debug printing
" file: Debug.mo
package: Debug
description: Debug printing

RCS: $Id$

Expand All @@ -44,9 +44,9 @@ package Debug
fprint(\"inst\", \"Starting instantiation...\"). See runtime/rtopts.c for
implementation of flag checking."

// protected imports
protected import RTOpts;
protected import Print;
protected import System;

public function print
"function: print
Expand Down Expand Up @@ -154,6 +154,7 @@ algorithm
Type_a arg1;
Type_b arg2;
String flag;

case (flag,func,arg1,arg2)
equation
true = RTOpts.debugFlag(flag);
Expand Down

0 comments on commit 28b561c

Please sign in to comment.