Skip to content

Commit 9f2f24d

Browse files
committed
- svn:keywords
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8578 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent d065ef7 commit 9f2f24d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+98
-98
lines changed

Compiler/BackEnd/BackendDAE.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ encapsulated package BackendDAE
3434
package: BackendDAE
3535
description: BackendDAE contains the datatypes used by the backend.
3636

37-
RCS: $Id$
37+
RCS: $Id: BackendDAE.mo 8498 2011-04-05 12:17:00Z sjoelund.se $
3838
"
3939

4040
public import Absyn;

Compiler/BackEnd/BackendDAEEXT.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ encapsulated package BackendDAEEXT
3939
using std::vector<bool> since such functionality is not available in
4040
MetaModelica Compiler (MMC).
4141
42-
RCS: $Id$
42+
RCS: $Id: BackendDAEEXT.mo 7671 2011-01-10 11:19:36Z sjoelund.se $
4343
"
4444

4545
public function initMarks

Compiler/BackEnd/BackendDAEOptimize.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ encapsulated package BackendDAEOptimize
4040
- Inline Integration
4141
- and so on ...
4242
43-
RCS: $Id$
43+
RCS: $Id: BackendDAEOptimize.mo 8551 2011-04-08 12:01:49Z sjoelund.se $
4444

4545
"
4646

Compiler/BackEnd/BackendDAETransform.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ encapsulated package BackendDAETransform
3939
- reduceIndexDummyDer
4040

4141
42-
RCS: $Id$
42+
RCS: $Id: BackendDAETransform.mo 8510 2011-04-05 19:49:51Z Frenkel TUD $
4343
"
4444

4545
public import Absyn;

Compiler/BackEnd/BackendDAEUtil.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ encapsulated package BackendDAEUtil
3434
package: BackendDAEUtil
3535
description: BackendDAEUtil comprised functions for BackendDAE data types.
3636

37-
RCS: $Id$
37+
RCS: $Id: BackendDAEUtil.mo 8545 2011-04-08 07:45:52Z sjoelund.se $
3838

3939
This module is a lowered form of a DAE including equations
4040
and simple equations in

Compiler/BackEnd/BackendDump.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ encapsulated package BackendDump
3434
package: BackendDump
3535
description: Unparsing the BackendDAE structure
3636

37-
RCS: $Id$
37+
RCS: $Id: BackendDump.mo 8510 2011-04-05 19:49:51Z Frenkel TUD $
3838
"
3939

4040
public import BackendDAE;

Compiler/BackEnd/BackendEquation.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ encapsulated package BackendEquation
3535
description: BackendEquation contains functions that do something with
3636
BackendDAEEquation datatype.
3737

38-
RCS: $Id$
38+
RCS: $Id: BackendEquation.mo 8545 2011-04-08 07:45:52Z sjoelund.se $
3939
"
4040

4141
public import Absyn;

Compiler/BackEnd/BackendVarTransform.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ encapsulated package BackendVarTransform
3434
package: BackendVarTransform
3535
description: BackendVarTransform contains a Binary Tree representation of variable replacements.
3636

37-
RCS: $Id$
37+
RCS: $Id: BackendVarTransform.mo 8547 2011-04-08 10:13:43Z sjoelund.se $
3838

3939
This module contain a Binary tree representation of variable replacements
4040
along with some functions for performing replacements of variables in equations"

Compiler/BackEnd/BackendVariable.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ encapsulated package BackendVariable
3535
description: BackendVariables contains the function that deals with the datytypes
3636
BackendDAE.VAR BackendDAE.Variables and BackendVariablesArray.
3737
38-
RCS: $Id$
38+
RCS: $Id: BackendVariable.mo 8526 2011-04-06 22:27:06Z Frenkel TUD $
3939
"
4040

4141
public import BackendDAE;

Compiler/BackEnd/DAEQuery.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ encapsulated package DAEQuery
3434
package: DAEQuery
3535
description: DAEQuery contains functionality for query of Incidence Matrix.
3636

37-
RCS: $Id$"
37+
RCS: $Id: DAEQuery.mo 8498 2011-04-05 12:17:00Z sjoelund.se $"
3838

3939
// public imports
4040
public

0 commit comments

Comments
 (0)