From 5e09a3eea2f90a8c0b7299be17fbe6ed965b7bf9 Mon Sep 17 00:00:00 2001 From: Anna Wellmann <a.wellmann@tu-braunschweig.de> Date: Thu, 16 Nov 2023 08:21:39 +0000 Subject: [PATCH] Improve formatting --- src/gpu/core/Output/InterfaceDebugWriter.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/gpu/core/Output/InterfaceDebugWriter.h b/src/gpu/core/Output/InterfaceDebugWriter.h index db1d0c44f..3f673c062 100644 --- a/src/gpu/core/Output/InterfaceDebugWriter.h +++ b/src/gpu/core/Output/InterfaceDebugWriter.h @@ -6,9 +6,10 @@ class Parameter; namespace InterfaceDebugWriter { - -void writeInterfaceLinesDebugCF(Parameter *para, uint timeStep=0); -void writeInterfaceLinesDebugFC(Parameter *para, uint timeStep=0); +//! \brief write lines that connect the cell centers for the interpolation from coarse to fine cells +void writeInterfaceLinesDebugCF(Parameter* para, uint timeStep = 0); +//! \brief write lines that connect the cell centers for the interpolation from fine to coarse cells +void writeInterfaceLinesDebugFC(Parameter* para, uint timeStep = 0); void writeInterfaceLinesDebugCFCneighbor(Parameter *para); void writeInterfaceLinesDebugCFFneighbor(Parameter *para); -- GitLab