Skip to content

Commit

Permalink
- Removed tab.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Jun 8, 2012
1 parent 6b855d6 commit 4e69e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/OpenTURNS.mo
Expand Up @@ -144,7 +144,7 @@ model A
parameter Distribution distributionE = Beta(0.93, 3.2, 2.8e7, 4.8e7);
parameter Distribution distributionF = LogNormal(30000, 9000, 15000, LogNormal.MUSIGMA);
parameter Distribution distributionL = Uniform(250, 260);
parameter Distribution distributionI = Beta(2.5, 4.0, 3.1e2, 4.5e2);
parameter Distribution distributionI = Beta(2.5, 4.0, 3.1e2, 4.5e2);
Real u(distribution = LogNormal(30000, 9000, 15000, LogNormal.MUSIGMA)); // distribution name becomes <instancename>+\"_\"+<distribution name>
end A;

Expand Down

0 comments on commit 4e69e96

Please sign in to comment.