Skip to content

Commit 051f26a

Browse files
committed
Indent
1 parent 20b7d38 commit 051f26a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

include/solvers/tracer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ class Tracer : public AuxiliaryPhysics<dim, GlobalVectorType>
426426

427427

428428
/**
429-
* @brief Get the Lethe boundary indicator for a given triangulation boundary while
429+
* @brief Get the Lethe boundary indicator for a given triangulation boundary while
430430
* carrying the appropriate checks.
431431
*
432432
* @param[in] triangulation_boundary_id The boundary id of the triangulation

include/solvers/tracer_scratch_data.h

+4-3
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,12 @@ class TracerScratchData
294294
*
295295
* @param[in] neigh_cell The neighboring cell
296296
*
297-
* @param[in] neigh_face_no The face index associated with the neighboring cell
298-
*
299-
* @param[in] neigh_sub_face_no The subface index associated with the neighboring
297+
* @param[in] neigh_face_no The face index associated with the neighboring
300298
* cell
301299
*
300+
* @param[in] neigh_sub_face_no The subface index associated with the
301+
* neighboring cell
302+
*
302303
* @param[in] current_solution The present value of the solution.
303304
*
304305
* @param[in] levelset_function Function used for the calculation of the

0 commit comments

Comments
 (0)