abarret / multiphase-stokes

Solver a mixture of fluids based on IBAMR
1 stars 0 forks source link

Remove compiler from cmakelists and run clang format. #2

Closed abarret closed 2 years ago

abarret commented 2 years ago

This removes the compiler from CMakeLists.txt and also runs clang-format on the project. It now compiles correctly.

I've also renamed the main2d executable to apply2d

abarret commented 2 years ago

@bindi-nagda, to specify the compiler, you should run cmake with the additional option CMAKE_CXX_COMPILER=/path/to/compiler