Skip to content

Commit 9be3b1c

Browse files
committed
- mark function createStateSets as protected
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24959 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent f7e4fa2 commit 9be3b1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Compiler/SimCode/SimCodeUtil.mo

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4404,8 +4404,7 @@ end createTornSystemOtherEqns1;
44044404
//
44054405
// =============================================================================
44064406

4407-
public function createStateSets
4408-
"author: Frenkel TUD 2012
4407+
protected function createStateSets "author: Frenkel TUD 2012
44094408
This function handle states sets for code generation."
44104409
input BackendDAE.BackendDAE inDAE;
44114410
input list<SimCode.StateSet> iEquations;

0 commit comments

Comments
 (0)