Skip to content

Commit

Permalink
Merge branch 'main' into ipf_surface_tension
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb authored May 27, 2024
2 parents c8cd876 + c36e13d commit a197fbe
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 a197fbe

Please sign in to comment.