Skip to content

Commit

Permalink
- Tabs are evil
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12003 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 8, 2012
1 parent 44545c5 commit ec56b85
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Compiler/BackEnd/OpenTURNS.mo
Expand Up @@ -141,10 +141,10 @@ LogNormal_u = LogNormal(30000, 9000, 15000, LogNormal.MUSIGMA)
Corresponding Modelica model.

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 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);
Real u(distribution = LogNormal(30000, 9000, 15000, LogNormal.MUSIGMA)); // distribution name becomes <instancename>+\"_\"+<distribution name>
end A;

Expand Down Expand Up @@ -248,4 +248,4 @@ algorithm

end generateInputDescriptions;

end OpenTURNS;
end OpenTURNS;

0 comments on commit ec56b85

Please sign in to comment.