Skip to content
Snippets Groups Projects
Verified Commit 95a7caf2 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(fix) Removed unused variable in coupler

parent aab1225e
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class Coupler:
print(f'{"Verbosity level:":<30s} {self.isol.getVerbose():<2.0f}')
print('')
def run(self, write=True, doit=False):
def run(self, write=True):
# Aerodynamic coefficients.
aeroCoeffs = {'Cl':[], 'Cd': [], 'Cdwake': []}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment