Skip to content
Snippets Groups Projects
Commit 3bef6ef2 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

point not in domain is not an error

parent c8006b38
No related branches found
No related tags found
No related merge requests found
......@@ -391,7 +391,7 @@ void *searchAllElements(octantBucket *_buckets_head, double *_pt, globalInfo *_g
ptrBucket = findElementBucket(_buckets_head, _pt);
if (ptrBucket == NULL) {
Msg::Error("The point is not in the domain");
Msg::Debug("The point is not in the domain");
return NULL;
}
......
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