Skip to content

Commit f0d8d5e

Browse files
author
Daniel Vickers
committed
Need analytic values for velocities of IBs again
1 parent c0948ea commit f0d8d5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

toolchain/mfc/params/definitions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,8 +762,8 @@ def _load(): # pylint: disable=too-many-locals,too-many-statements
762762
for j in range(1, 4):
763763
_r(f"{px}model_{t}({j})", REAL, {"ib"})
764764
for j in range(1, 4):
765-
_r(f"{px}vel({j})", REAL, {"ib"})
766-
_r(f"{px}angular_vel({j})", REAL, {"ib"})
765+
_r(f"{px}vel({j})", A_REAL, {"ib"})
766+
_r(f"{px}angular_vel({j})", A_REAL, {"ib"})
767767

768768
# --- acoustic sources (4 sources) ---
769769
for i in range(1, NA + 1):

0 commit comments

Comments
 (0)