Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.

Commit 9faf911

Browse files
author
David Blom
committed
formatting code
1 parent 7c2258a commit 9faf911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

applications/solvers/fsi/solidFoam/solidFoam.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ int main(
2727
args->caseName()
2828
) );
2929

30-
std::shared_ptr<rbf::RBFFunctionInterface>rbfFunction( new rbf::TPSFunction() );
31-
std::shared_ptr<rbf::RBFInterpolation>rbfInterpolator( new rbf::RBFInterpolation( rbfFunction ) );
30+
std::shared_ptr<rbf::RBFFunctionInterface> rbfFunction( new rbf::TPSFunction() );
31+
std::shared_ptr<rbf::RBFInterpolation> rbfInterpolator( new rbf::RBFInterpolation( rbfFunction ) );
3232
std::shared_ptr<rbf::RBFCoarsening> interpolator( new rbf::RBFCoarsening( rbfInterpolator, false, 1.0e-3, 10, 20 ) );
3333

3434
std::shared_ptr<foamSolidSolver> solid( new SolidSolver( fvMesh::defaultRegion, args, runTime, interpolator ) );

0 commit comments

Comments
 (0)