Skip to content

Commit 7bac672

Browse files
committed
TL: minor typo
1 parent 56a74b5 commit 7bac672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/helpers/fieldsIO.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def toVTR(self, baseName, varNames, suffix="{:06d}_t={:1.2f}s"):
481481
>>> from pySDC.utils.fieldsIO import Rectilinear
482482
>>> os.makedirs("vtrFiles") # to store all VTR files into a subfolder
483483
>>> Rectilinear.fromFile("outputs.pysdc").toVTR(
484-
>>> baseName="field", varNames=["u", "v", "w", "T", "p"])
484+
>>> baseName="vtrFiles/field", varNames=["u", "v", "w", "T", "p"])
485485
"""
486486
assert self.dim == 3, "can only be used with 3D fields"
487487
from pySDC.helpers.vtkIO import writeToVTR

0 commit comments

Comments
 (0)