Skip to content

Commit cced86b

Browse files
committed
Fix difference symbol from lower-case to uppercase Delta
1 parent d7e1ebb commit cced86b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenIPSL/UsersGuide/Conventions.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Here are some naming conventions that we try to obey:
1313
<li> Names of the parameters and variables should correspond to those found in the respective documentation.</li>
1414
<li> Subscript should be denoted in Modelica with underscore, e.g., <code>T_r</code>
1515
or <code>K_1</code>. <strong>Note:</strong> some parameter names have first upper case letters and others lower case.</li>
16-
<li> Deviation signals such as &delta;&omega;, should be written as <code>domega</code> in Modelica.</li>
16+
<li> Deviation signals such as &Delta;&omega;, should be written as <code>domega</code> in Modelica.</li>
1717
<li> Parameters which are not to be entered by user and variables which are not to be seen by users should be <strong>protected</strong>.</li>
1818
<li> Parameters and variables should be declared as their specific type such as <code>Types.ApparentPower</code>
1919
for variables that are declared in MVA. <strong>Note:</strong> if the proper unit is not represented in

0 commit comments

Comments
 (0)