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

placeholder for Point In Volume

parent f56b1223
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -3944,6 +3944,10 @@ Constraints : ...@@ -3944,6 +3944,10 @@ Constraints :
yymsg(0, "Unknown surface %d", (int)$8); yymsg(0, "Unknown surface %d", (int)$8);
} }
} }
| tPoint '{' RecursiveListOfDouble '}' tIn tVolume '{' FExpr '}' tEND
{
Msg::Error("Point in Volume not implemented yet");
}
| tLine '{' RecursiveListOfDouble '}' tIn tVolume '{' FExpr '}' tEND | tLine '{' RecursiveListOfDouble '}' tIn tVolume '{' FExpr '}' tEND
{ {
Msg::Error("Line in Volume not implemented yet"); Msg::Error("Line in Volume not implemented yet");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment