Skip to content
Snippets Groups Projects
Commit 2a6e9afc authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL/SF] clang-format

parent 0fbf2c0d
No related branches found
No related tags found
No related merge requests found
...@@ -42,4 +42,4 @@ extern template std::unique_ptr<Process> createStokesFlowProcess<2>( ...@@ -42,4 +42,4 @@ extern template std::unique_ptr<Process> createStokesFlowProcess<2>(
BaseLib::ConfigTree const& config, BaseLib::ConfigTree const& config,
std::map<int, std::shared_ptr<MaterialPropertyLib::Medium>> const& media); std::map<int, std::shared_ptr<MaterialPropertyLib::Medium>> const& media);
} // namespace StokesFlow } // namespace ProcessLib::StokesFlow
...@@ -10,11 +10,10 @@ ...@@ -10,11 +10,10 @@
#pragma once #pragma once
#include "ProcessLib/Process.h"
#include "StokesFlowFEM.h" #include "StokesFlowFEM.h"
#include "StokesFlowProcessData.h" #include "StokesFlowProcessData.h"
#include "ProcessLib/Process.h"
namespace ProcessLib namespace ProcessLib
{ {
namespace StokesFlow namespace StokesFlow
......
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