From 236df491e59fa0f209a85af8505d4f85b573dbd6 Mon Sep 17 00:00:00 2001 From: hadjimy Date: Sun, 22 Nov 2015 10:53:03 +0300 Subject: [PATCH] Comment fix. --- src/pyclaw/sharpclaw/solver.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pyclaw/sharpclaw/solver.py b/src/pyclaw/sharpclaw/solver.py index 260b53e3e..3a42282b7 100644 --- a/src/pyclaw/sharpclaw/solver.py +++ b/src/pyclaw/sharpclaw/solver.py @@ -205,7 +205,8 @@ def setup(self,solution): self.num_ghost = (self.weno_order+1)/2 if self.lim_type == 2 and self.weno_order != 5 and self.kernel_language == 'Python': - raise Exception('Only 5th-order WENO reconstruction is implemented in Python kernels. Use Fortran for higher-order WENO.') + raise Exception('Only 5th-order WENO reconstruction is implemented in Python kernels. \ + Use Fortran for higher-order WENO.') # This is a hack to deal with the fact that petsc4py # doesn't allow us to change the stencil_width (num_ghost) state = solution.state