Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit aa6dad4d authored by frey_m's avatar frey_m
Browse files

AMR: fix concatenation

parent 2becf5dc
No related branches found
No related tags found
1 merge request!59Master
......@@ -1369,7 +1369,7 @@ void AmrMultiGrid::buildCrseBoundaryMatrix_m(const lo_t& level,
else if ( mfab(niv) == AmrMultiGridLevel_t::Mask::PHYSBNDRY ) {
throw OpalException("AmrMultiGrid::buildCrseBoundaryMatrix_m()",
"Fine meshes shouldn't be connected "
+ "to physical (i.e. mesh) boundary!");
"to physical (i.e. mesh) boundary!");
}
#endif
}
......
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