Skip to content

Commit cdead92

Browse files
Update README.md
1 parent b656e71 commit cdead92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ lvsolve(a,L,U,bc1) #linear variational solver
4545
errornorm(u_D, U, norm="L2")
4646
get_array(L) #this returns an array for the stiffness matrix
4747
get_array(U) #this returns an array for the solution values
48-
vtkfile = File('poisson/solution.pvd')
48+
vtkfile = File("poisson/solution.pvd")
4949
vtkfile << U.pyobject #exports the solution to a vtkfile
5050
```
5151

0 commit comments

Comments
 (0)