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

use adapted data for now (for Alex)

parent 4f11191a
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ PView *GMSH_HarmonicToTimePlugin::execute(PView * v)
PView *v1 = getView(iView, v);
if(!v1) return v;
PViewData *data1 = v1->getData();
PViewData *data1 = v1->getData(true);
if(data1->hasMultipleMeshes()){
Msg::Error("HarmonicToTime plugin cannot be applied to multi-mesh views");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment