Skip to content

Commit 5486783

Browse files
authored
Merge pull request #3 from svalat/fix/problem-vs-solution-path
fix: using wrong path to solution instead of problem
2 parents 4f7f317 + 1a35bb8 commit 5486783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

start.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
"# Load the VTK file series produced by Idefix\n",
407407
"plt.figure()\n",
408408
"for n in range(10):\n",
409-
" V=readVTK(\"./PythonSetup/solution/data.%04d.vtk\"%n)\n",
409+
" V=readVTK(\"./PythonSetup/problem/data.%04d.vtk\"%n)\n",
410410
" plt.plot(V.x,V.data[\"VX1\"][:,0,0])\n",
411411
"plt.show()"
412412
]

0 commit comments

Comments
 (0)