Skip to content

Commit 8ca9d5f

Browse files
authored
Missing space after .
1 parent 5458802 commit 8ca9d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/volume_of_fluid/handler.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ namespace aspect
256256

257257
prm.declare_entry ("Number initialization samples", "3",
258258
Patterns::Integer (1),
259-
"Number of divisions per dimension when computing the initial volume fractions."
259+
"Number of divisions per dimension when computing the initial volume fractions. "
260260
"If set to the default of 3 for a 2d model, then initialization will be based on "
261261
"the initialization criterion at $3^2=9$ points within each cell. If the initialization "
262262
"based on a composition style initial condition, a larger value may be desired for better "

0 commit comments

Comments
 (0)