Skip to content

Commit

Permalink
Merge pull request #30 from sjoelund/fix-rng-name-conflicts
Browse files Browse the repository at this point in the history
Fix name lookup issues in OpenModelica
  • Loading branch information
akloeckner committed Jun 25, 2014
2 parents 558e3dc + 76a1b9a commit 3847c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Noise/Utilities/Interfaces/SampleBasedRNG.mo
@@ -1,7 +1,7 @@
within Noise.Utilities.Interfaces;
partial function SampleBasedRNG
"The interface for sample based random number generators"
extends RNG;
extends Interfaces.RNG;
annotation (Icon(graphics={
Line(
points={{70,60},{70,-80}},
Expand Down
2 changes: 1 addition & 1 deletion Noise/Utilities/Interfaces/SampleFreeRNG.mo
@@ -1,7 +1,7 @@
within Noise.Utilities.Interfaces;
partial function SampleFreeRNG
"The interface for sample free random number generators"
extends RNG;
extends Interfaces.RNG;
annotation (Icon(graphics={Line(
points={{-80,40},{-70,0},{-60,58},{-52,20},{-40,-40},{-30,-20},{-20,
-80},{-10,20},{0,-20},{10,40},{20,-40},{30,20},{40,26},{50,60},{
Expand Down

0 comments on commit 3847c51

Please sign in to comment.