mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-15 12:10:32 +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,
|
SMESH_ScalarBarActor* theScalarBarActor,
|
||||||
vtkLookupTable* theLookupTable)
|
vtkLookupTable* theLookupTable)
|
||||||
{
|
{
|
||||||
bool anIsInitialized = theFunctor;
|
bool anIsInitialized = theFunctor != NULL;
|
||||||
if(anIsInitialized){
|
if(anIsInitialized){
|
||||||
vtkUnstructuredGrid* aDataSet = vtkUnstructuredGrid::New();
|
vtkUnstructuredGrid* aDataSet = vtkUnstructuredGrid::New();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user