diff --git a/Post/adaptiveData.cpp b/Post/adaptiveData.cpp index a8f83e29075d6f1d53487531f01fc551a45e8644..6c1dfa1906b29353932529de5ed620cb8098ead1 100644 --- a/Post/adaptiveData.cpp +++ b/Post/adaptiveData.cpp @@ -1134,6 +1134,7 @@ adaptiveData::adaptiveData(PViewData *data) _tetrahedra(0), _hexahedra(0), _prisms(0) { _outData = new PViewDataList(); + _outData->setName(data->getName() + "_adapted"); std::vector<fullMatrix<double>*> p; if(_inData->getNumLines()){ _inData->getInterpolationMatrices(TYPE_LIN, p);