Another compilation error on Mageia 5

This commit is contained in:
vsr 2015-11-27 12:22:06 +03:00
parent 25b7d7ffe7
commit cd8f63e177

View File

@ -297,7 +297,7 @@ SMESH_DeviceActor
SMESH_ScalarBarActor* theScalarBarActor,
vtkLookupTable* theLookupTable)
{
bool anIsInitialized = theFunctor;
bool anIsInitialized = theFunctor != NULL;
if(anIsInitialized){
vtkUnstructuredGrid* aDataSet = vtkUnstructuredGrid::New();