fixed typo in Result.view example
This commit is contained in:
parent
1d17824540
commit
40658a6645
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue