Skip to content
Snippets Groups Projects

Refactoring the namespaces

All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -69,7 +69,7 @@ void run(const vf::basics::ConfigurationFile& config)
{
// simulation parameters
std::string path("D:/output/LaminarPipeFlow");
std::string path("./output/LaminarPipeFlow");
std::string simulationName("LaminarPipeFlow");
const std::array<real, 3> length = { 128, 64, 64 };
Loading