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 f48154af authored by frey_m's avatar frey_m
Browse files

ArbitraryDomain: deactivate till issue #146 is fixed

parent a6e509ba
No related branches found
No related tags found
1 merge request!396Resolve "Code duplication in Domains"
......@@ -54,6 +54,9 @@ ArbitraryDomain::ArbitraryDomain( BoundaryGeometry * bgeom,
"ArbitraryDomain::ArbitraryDomain()",
"No point inside geometry found/set!");
}
throw OpalException("ArbitraryDomain::ArbitraryDomain()",
"This domain is currently not available.");
}
ArbitraryDomain::~ArbitraryDomain() {
......
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