mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Another compilation error on Mageia 5
This commit is contained in:
parent
25b7d7ffe7
commit
cd8f63e177
@ -297,7 +297,7 @@ SMESH_DeviceActor
|
||||
SMESH_ScalarBarActor* theScalarBarActor,
|
||||
vtkLookupTable* theLookupTable)
|
||||
{
|
||||
bool anIsInitialized = theFunctor;
|
||||
bool anIsInitialized = theFunctor != NULL;
|
||||
if(anIsInitialized){
|
||||
vtkUnstructuredGrid* aDataSet = vtkUnstructuredGrid::New();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user