Preparation win32 version

This commit is contained in:
ana 2013-07-26 16:48:45 +00:00
parent 40cfe74855
commit ba489fabfa

View File

@ -165,7 +165,7 @@ public:
cellList.push_back(vtkId);
}
}
myCells = &cellList[0];
myCells = cellList.empty() ? 0 : &cellList[0];
myNcells = cellList.size();
//MESSAGE("myNcells="<<myNcells);
}