mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Making sure the MOAB unstructured mesh function is an override of the base class.
This commit is contained in:
parent
4e1a4e45de
commit
6775574b0f
1 changed files with 2 additions and 2 deletions
|
|
@ -2079,8 +2079,8 @@ UnstructuredMesh::get_score_tags(std::string score) const {
|
|||
}
|
||||
|
||||
void
|
||||
UnstructuredMesh::add_score(std::string score) const {
|
||||
auto score_tags = this->get_score_tags(score);
|
||||
UnstructuredMesh::add_score(const std::string& score) {
|
||||
auto score_tags = get_score_tags(score);
|
||||
}
|
||||
|
||||
void UnstructuredMesh::remove_score(std::string score) const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue