Skip to content

Commit

Permalink
Fixes whitespace and capitalisation of description string
Browse files Browse the repository at this point in the history
ref #49
  • Loading branch information
dietmarw committed Jun 10, 2023
1 parent 66468f4 commit 39fefea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion A_Modelica/DroneLibrary/Blocks/Routing/RealExtract.mo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
within DroneLibrary.Blocks.Routing;
model RealExtract
"Pass a Real signal through without modification"
parameter Integer index= 3 "output which variable in the array";
parameter Integer index= 3 "Output which variable in the array";

Modelica.Blocks.Interfaces.RealInput u[3]
annotation (Placement(transformation(extent={{-120,-20},{-80,20}})));
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within DroneLibrary.Examples.DroneWithIdealPower;
model DroneForVR " Drone system model to be used in virtual reality environments."
model DroneForVR "Drone system model to be used in virtual reality environments."
extends DroneWithIdealPower_Template;

Electrical.controlModule controlModule(maxTilt=0.05, samplePeriod=0.01)
Expand Down

0 comments on commit 39fefea

Please sign in to comment.