Skip to content
Snippets Groups Projects
Verified Commit fa3d3f94 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(format) Fix format in body

parent 1d0a6a40
No related branches found
No related tags found
No related merge requests found
Pipeline #52223 failed
......@@ -27,7 +27,7 @@ public:
double Cdp; ///< Pressure drag coefficient of the body
Body(std::string name, double span = 1.0);
~Body(){std::cout << "~blast::Body()" << std::endl;};
~Body() { std::cout << "~blast::Body()" << std::endl; };
std::vector<std::shared_ptr<Section>> sections; ///< Boundary layer sections.
void add(std::shared_ptr<Section> section);
......
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