mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Rename Tracks.write_tracks_to_vtk --> Tracks.write_to_vtk
This commit is contained in:
parent
409263b71f
commit
aec246be72
4 changed files with 6 additions and 5 deletions
|
|
@ -35,7 +35,7 @@ def main():
|
|||
|
||||
# Write coordinate values to points array.
|
||||
track_file = openmc.Tracks(args.input)
|
||||
track_file.write_tracks_to_vtk(args.out)
|
||||
track_file.write_to_vtk(args.out)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue