feat(libmeanfield): centrifugal + pressure
This commit is contained in:
3
format
Executable file
3
format
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
find libmeanfield tests -type f \( -name '*.cpp' \) | xargs -I{} clang-format -style=file:clang-format-styles/style -i {}
|
||||
find libmeanfield tests -type f \( -name '*.cppm' \) | xargs -I{} clang-format -style=file:clang-format-styles/style -i {}
|
||||
Reference in New Issue
Block a user