Skip to content

Commit

Permalink
- set all Compiler/*.mo files to have (LF) Linux line endings, otherw…
Browse files Browse the repository at this point in the history
…ise the debugger will display wrong lines.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4565 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Nov 24, 2009
1 parent 45f2dc9 commit 6b1d5db
Show file tree
Hide file tree
Showing 27 changed files with 5,016 additions and 5,016 deletions.
2 changes: 1 addition & 1 deletion Compiler/BackendVarTransform.mo
Expand Up @@ -33,7 +33,7 @@ package BackendVarTransform
package: BackendVarTransform
description: BackendVarTransform contains a Binary Tree representation of variable replacements.

RCS: $Id: BackendVarTransform.mo 3772 2008-12-13 16:04:48Z adrpo $
RCS: $Id$

This module contain a Binary tree representation of variable replacements
along with some functions for performing replacements of variables in equations"
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackendVarTransform_stub.mo
Expand Up @@ -33,7 +33,7 @@ package BackendVarTransform
package: BackendVarTransform
description: BackendVarTransform is only a stub.
RCS: $Id: BackendVarTransform_stub.mo 3772 2008-12-13 16:04:48Z adrpo $
RCS: $Id$
This file is a stub!"

Expand Down
2 changes: 1 addition & 1 deletion Compiler/CevalScript.mo
Expand Up @@ -33,7 +33,7 @@ package CevalScript
package: CevalScript
description: Constant propagation of expressions
RCS: $Id: CevalScript.mo 3774 2008-12-15 07:56:54Z adrpo $
RCS: $Id$
This module handles scripting.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/CevalScript_stub.mo
Expand Up @@ -33,7 +33,7 @@ package CevalScript
package: CevalScript
description: Constant propagation of expressions

RCS: $Id: CevalScript.mo 3774 2008-12-15 07:56:54Z adrpo $
RCS: $Id$

This module handles scripting.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Cevalfunc.mo
Expand Up @@ -7,7 +7,7 @@ package Cevalfunc
module: MATHCORE
description: This module constant evaluates userdefined functions, speeds up instantination process.
It includes Constant evaluations of function and algorithm statements.
RCS: $Id: Cevalfunc.mo 3059 2008-05-15 07:03:53Z bjozac $
RCS: $Id$
"
public import Env;
public import Values;
Expand Down

0 comments on commit 6b1d5db

Please sign in to comment.