Skip to content
Snippets Groups Projects
Commit 28e4a673 authored by Adrien Crovato's avatar Adrien Crovato
Browse files

changed .vtk to .vtu to prevent read error in CI due to file version

parent 41da8cd4
No related branches found
No related tags found
1 merge request!1Version 1.0
Pipeline #4010 passed
......@@ -48,7 +48,7 @@ def main():
# I/O
matreadr = ardr.AsciiReader(os.path.join(os.path.dirname(__file__), 'data', os.path.basename(__file__)[:-3], 'structural')) # matrices
modreadr = vrdr.VtkReader(os.path.join(os.path.dirname(__file__), 'data', os.path.basename(__file__)[:-3], 'structural'), 'vtk') # modes
modreadr = vrdr.VtkReader(os.path.join(os.path.dirname(__file__), 'data', os.path.basename(__file__)[:-3], 'structural'), 'vtu') # modes
prsreadr = vrdr.VtkReader(os.path.join(os.path.dirname(__file__), 'data', os.path.basename(__file__)[:-3], 'aero'), 'vtu') # pressure
writer = awrt.AsciiWriter()
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
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