Skip to content

Commit

Permalink
Update src/preprocessing/readvtk/vtk2trixi.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas Neher <[email protected]>
  • Loading branch information
marcelschurer and LasNikas authored Dec 18, 2024
1 parent b31753f commit 5b272ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preprocessing/readvtk/vtk2trixi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function vtk2trixi(file)
vtk_file = VTKFile(file)

# Retrieve data fields (e.g., pressure, velocity, ...)
point_data = get_point_data(vtk_file)
point_data = ReadVTK.get_point_data(vtk_file)
field_data = get_field_data(vtk_file)

# Retrieve fields
Expand Down

0 comments on commit 5b272ad

Please sign in to comment.