Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3a60e192 authored by Martin Genet's avatar Martin Genet
Browse files

bug

parent a523508c
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class ImageRegistrationProblem(Problem):
self.mesh_filebasename = self.mesh_folder+"/"+self.mesh_basename
self.mesh_filename = self.mesh_filebasename+"."+"xml"
assert (os.path.exists(self.mesh_filename)),\
"No mesh in "+mesh_filename+". Aborting."
"No mesh in "+self.mesh_filename+". Aborting."
self.mesh = dolfin.Mesh(self.mesh_filename)
else:
self.mesh = mesh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment