Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
#300 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Dec 10, 2020
1 parent cde0e97 commit fd61dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MOL_discretization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd61dd8

Please sign in to comment.