Skip to content
Snippets Groups Projects
Commit c1029cb1 authored by Adrien Crovato's avatar Adrien Crovato
Browse files

Fix format

parent 4be48a54
No related branches found
No related tags found
1 merge request!3Version 1.2
Pipeline #50488 passed
...@@ -40,7 +40,10 @@ public: ...@@ -40,7 +40,10 @@ public:
~Wake() {} ~Wake() {}
#ifndef SWIG #ifndef SWIG
std::vector<Node *> const &getNodes() const { return _nodes; } std::vector<Node *> const &getNodes() const
{
return _nodes;
}
std::map<Element *, std::pair<Element *, Element *>> const &getElMap() const { return _wwMap; } std::map<Element *, std::pair<Element *, Element *>> const &getElMap() const { return _wwMap; }
std::map<Element *, sdpmDouble> const &getLagMap() const { return _lagMap; } std::map<Element *, sdpmDouble> const &getLagMap() const { return _lagMap; }
virtual void write(std::ostream &out) const override; virtual void write(std::ostream &out) const override;
......
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