We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05dba50 commit 984a926Copy full SHA for 984a926
ansys/dpf/core/time_freq_support.py
@@ -82,7 +82,7 @@ def __str__(self):
82
line = [cum_index, frequency, loadstep+1, substep]
83
txt += '{:^12} {:^16.3} {:^12} {:^12}'.format(*line)
84
if rpms is not None:
85
- txt += '{:^12.3}'.format(rpm[loadstep-1])
+ txt += '{:^12.3}'.format(rpm[0])
86
if harmonic_indices is not None:
87
txt += '{:^18}'.format(int(abs(hi[substep-1])))
88
txt += '\n'
0 commit comments