Skip to content

Commit

Permalink
Apply 'make style'
Browse files Browse the repository at this point in the history
  • Loading branch information
v-dobrev committed Oct 30, 2018
1 parent 265006d commit c20960c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesh/tetrahedron.hpp
Expand Up @@ -76,7 +76,7 @@ class Tetrahedron : public Element
to vertex 1. If called it should be once from the mesh constructor,
because the order may be used later for setting the edges. **/
virtual void MarkEdge(const DSTable &v_to_v, const int *length);

virtual void ResetTransform(int tr) { transform = tr; }
virtual unsigned GetTransform() const { return transform; }

Expand Down

0 comments on commit c20960c

Please sign in to comment.