Skip to content

Commit

Permalink
Fixed syntax problems in systems/hydrodynamics.xml.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Gidenstam <[email protected]>
  • Loading branch information
andgi committed Nov 26, 2023
1 parent ece8021 commit 2f9d7a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions systems/hydrodynamics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
-->
<system name="hydrodynamics">

<documentation>
<description>
This system computes forces and moments due to the hull's interaction
with water, both hydrostatic and hydrodynamic, with respect to the
hydrodynamic reference point (HRP).
Expand Down Expand Up @@ -217,7 +217,7 @@
</direction>
</force>

</documentation>
</description>

<!-- Inputs -->

Expand Down Expand Up @@ -612,10 +612,10 @@
<channel name ="Hull position">

<fcs_function name="hydro/height-agl-ft">
<documentation>
<description>
Distance between the hydrodynamic reference point and the water surface.
Not completely correctly computed yet.
</documentation>
</description>
<function>
<difference>
<sum>
Expand Down

0 comments on commit 2f9d7a2

Please sign in to comment.