Skip to content

Commit

Permalink
#279: Load in the case of ranks is now Rank Load
Browse files Browse the repository at this point in the history
  • Loading branch information
ppebay committed Nov 17, 2022
1 parent aef0918 commit 0bb510b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lbaf/IO/lbsMeshBasedVisualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __init__(self, logger: Logger, phases: list, grid_size: list, object_jitter=
for _ in range(n_dis):
# Create and append new load and work point arrays
l_arr, w_arr = vtk.vtkDoubleArray(), vtk.vtkDoubleArray()
l_arr.SetName("Load")
l_arr.SetName("Rank Load")
w_arr.SetName("Work")
l_arr.SetNumberOfTuples(self.__n_ranks)
w_arr.SetNumberOfTuples(self.__n_ranks)
Expand Down

0 comments on commit 0bb510b

Please sign in to comment.