Skip to content

Commit 6b83756

Browse files
author
Rudy Alkarem
committed
fixing an if statement
1 parent 85bee3f commit 6b83756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

famodel/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4963,7 +4963,7 @@ def extractFarmInfo(self, cmax=5, fmax=10/6, Cmeander=1.9, force=1e9, direction=
49634963
i += 1
49644964

49654965
# Return to original status if requested
4966-
if retainForce:
4966+
if not retainForce:
49674967
for _, pf in self.platformList.items():
49684968
pf.body.f6Ext = np.array([0, 0, 0, 0, 0, 0])
49694969

0 commit comments

Comments
 (0)