Skip to content
Snippets Groups Projects

Version 0.1.0 (setup)

Merged Adrien Crovato requested to merge adri into master
Compare and Show latest version
2 files
+ 31
9
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -95,7 +95,8 @@ void Solver::run()
std::cout << "Computing flow and loads on bodies... " << std::flush;
computeFlow(mu, tau, sigma);
computeLoad();
std::cout << "done!" << std::endl << std::endl;
std::cout << "done!" << std::endl
<< std::endl;
}
/**
Loading