Skip to content

Commit

Permalink
Remove double line
Browse files Browse the repository at this point in the history
  • Loading branch information
FrUhr authored Dec 3, 2024
1 parent e6bad69 commit c88f36c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demos/BouncingBallGif/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ static void Main()
};

using var model = Model.Load(Path.Combine(FmuFolder, "BouncingBall.fmu"));
using var gif = new AnimatedGifCreator(gifPath);
var altitude = model.Variables["h"];
var velocity = model.Variables["v"];
instance.WriteReal((altitude, h));
Expand Down

0 comments on commit c88f36c

Please sign in to comment.