Skip to content
Snippets Groups Projects
Commit 5e09a3ee authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Improve formatting

parent 8fa2e7da
No related branches found
No related tags found
1 merge request!307[GPU] Add a cylinder geometry
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment