Skip to content
Snippets Groups Projects
Commit c3b6c787 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: sampledSurface::originalIds not virtual

parent a66e9c74
No related branches found
No related tags found
No related merge requests found
...@@ -273,7 +273,7 @@ public: ...@@ -273,7 +273,7 @@ public:
//- List of element ids/order of the original surface, //- List of element ids/order of the original surface,
//- when hasFaceIds is true. //- when hasFaceIds is true.
const labelList& originalIds() const virtual const labelList& originalIds() const
{ {
return Foam::emptyLabelList; return Foam::emptyLabelList;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment