Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Philip Trettner
polymesh
Commits
6d99683a
Commit
6d99683a
authored
Aug 22, 2018
by
Philip Trettner
Browse files
fixed attribute mesh const
parent
265e8c00
Changes
1
Show whitespace changes
Inline
Side-by-side
src/polymesh/attribute_base.hh
View file @
6d99683a
...
@@ -129,6 +129,6 @@ protected:
...
@@ -129,6 +129,6 @@ protected:
public:
public:
virtual
~
primitive_attribute_base
()
{
deregister_attr
();
}
virtual
~
primitive_attribute_base
()
{
deregister_attr
();
}
Mesh
const
&
mesh
()
{
return
*
mMesh
;
}
Mesh
const
&
mesh
()
const
{
return
*
mMesh
;
}
};
};
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment