From fd61dd88fd70ccab88dfcd7c93cf35f06d9093ad Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Wed, 9 Dec 2020 22:47:48 -0500 Subject: [PATCH] #300 fix typo --- src/MOL_discretization.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MOL_discretization.jl b/src/MOL_discretization.jl index 32a7acf33..2d76662a4 100644 --- a/src/MOL_discretization.jl +++ b/src/MOL_discretization.jl @@ -8,7 +8,7 @@ end function throw_bc_err(bc) throw(BoundaryConditionError( - "Could not not recognize boundary condition '$(bc.lhs) ~ $(bc.rhs)'" + "Could not recognize boundary condition '$(bc.lhs) ~ $(bc.rhs)'" )) end # Get boundary conditions from an array