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

(fix) Fixed RAE 3D case

Cp is not written since VTK changed the name of their function. Writting cp slices works with VTK 9.3.0
parent ab784af1
No related branches found
No related tags found
1 merge request!1BLASTER v1.0
Pipeline #37687 passed with warnings
......@@ -136,7 +136,7 @@ def main():
print(ccolors.ANSI_BLUE + 'PySolving...' + ccolors.ANSI_RESET)
tms['solver'].start()
aeroCoeffs = coupler.run()
aeroCoeffs = coupler.run(write=False)
tms['solver'].stop()
# Display results.
......
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