Skip to content

Commit 09f61f8

Browse files
committed
clang formatting
1 parent f25bed7 commit 09f61f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamics/src/CGDynamicsKernel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ ModelArray CGDynamicsKernel<DGadvection>::getCGData(const std::string& name) con
125125
template <int DGadvection>
126126
const ModelArray::MultiDim CGDynamicsKernel<DGadvection>::getCGDimensions() const
127127
{
128-
return {CGdegree * smesh->nx +1, CGdegree * smesh->ny + 1};
128+
return { CGdegree * smesh->nx + 1, CGdegree * smesh->ny + 1 };
129129
}
130130

131131
template <int DGadvection> void CGDynamicsKernel<DGadvection>::prepareAdvection()

0 commit comments

Comments
 (0)