Skip to content
Snippets Groups Projects
Commit 4a1cf68f authored by David Seus's avatar David Seus
Browse files

adjust RuntimeException string in self.initialise()

parent 28ef3afa
Branches
Tags
No related merge requests found
......@@ -117,7 +117,7 @@ class LDDsimulation(object):
Public method to call all the init methods of the LDD simulation.
"""
if not self._parameters_set:
raise RuntimeError("You forgott to run self.set_parameters(**kwds)")
raise RuntimeError('Parameters note set!\nYou forgott to run self.set_parameters(**kwds)')
self._init_meshes_and_markers()
self._init_interfaces()
self._init_subdomains()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment