Skip to content

Commit

Permalink
Merge branch 'ipf_surface_tension' of https://github.com/svchb/TrixiP…
Browse files Browse the repository at this point in the history
…articles.jlOpen into ipf_surface_tension
  • Loading branch information
svchb committed May 27, 2024
2 parents 78e99e1 + a197fbe commit dfbcf2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/general/semidiscretization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ function check_configuration(boundary_system::BoundarySPHSystem, systems)
boundary_model isa BoundaryModelDummyParticles &&
isnothing(boundary_model.state_equation)
throw(ArgumentError("`WeaklyCompressibleSPHSystem` cannot be used without " *
"setting a `state_equation` for all boundary systems"))
"setting a `state_equation` for all boundary models"))
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion test/general/semidiscretization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
kernel, 1.0)

error_str = "`WeaklyCompressibleSPHSystem` cannot be used without setting a " *
"`state_equation` for all boundary systems"
"`state_equation` for all boundary models"
@test_throws ArgumentError(error_str) Semidiscretization(fluid_system,
boundary_system)
end
Expand Down

0 comments on commit dfbcf2b

Please sign in to comment.