fixed typo in Result.view example

This commit is contained in:
Philip Eisenlohr 2022-06-05 21:39:06 +00:00
parent 1d17824540
commit 40658a6645
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ class Result:
>>> import damask
>>> r = damask.Result('my_file.hdf5')
>>> r_first = r.view(increment=0)
>>> r_first = r.view(increments=0)
Get a view that shows all results between simulation times of 10 to 40: