Skip to content
Snippets Groups Projects
Commit 3e2246e1 authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

Add VI and SI to adaptiveViews, I hope there was no good reason for the to not...

Add VI and SI to adaptiveViews, I hope there was no good reason for the to not be there. It seems to work...
parent abbdf41a
Branches
Tags
No related merge requests found
......@@ -979,6 +979,16 @@ void Adaptive_Post_View::initWithLowResolution(PViewDataList *data)
nbelm = data->NbSH;
nbnod = 8;
}
else if(data->NbSI){
myList = data->SI;
nbelm = data->NbSI;
nbnod = 6;
}
else if(data->NbVI){
myList = data->VI;
nbelm = data->NbVI;
nbnod = 6;
}
else return;
// if there exists a polynomial representation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment