Skip to content

Commit bf3493c

Browse files
author
Johannes Markert
committed
Formatted examples.
1 parent 5e52f48 commit bf3493c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/t8_step6_stencil.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ function t8_step6_output_data_to_vtu(forest, element_data, prefix)
348348
pointer(schlieren)),
349349
t8_vtk_data_field_t(T8_VTK_SCALAR,
350350
NTuple{8192, Cchar}(rpad("curvature\0", 8192, ' ')),
351-
pointer(curvature)),
351+
pointer(curvature))
352352
]
353353

354354
# The number of user defined data fields to write.

examples/t8_tutorial_build_cmesh.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function t8_cmesh_new_periodic_hybrid_2d(comm)
154154
1, 1, 0,
155155
0.5, 0.5, 0, # tree 5, triangle
156156
1, 1, 0,
157-
0.5, 1, 0,
157+
0.5, 1, 0
158158
]
159159

160160
# 2. Initialization of the mesh.

0 commit comments

Comments
 (0)