X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingCMesh.cxx;h=20343e55c67855acf03d4842d5b0eafb822145b8;hb=b5572f17fc913db33170fe7a0ed1358cddbbb4ec;hp=65ee343c1dc63297911f338e5ca5f15773551617;hpb=f13ce72017fd205546293a53f7b041824cb50eec;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingCMesh.cxx b/src/MEDCoupling/MEDCouplingCMesh.cxx index 65ee343c1..20343e55c 100644 --- a/src/MEDCoupling/MEDCouplingCMesh.cxx +++ b/src/MEDCoupling/MEDCouplingCMesh.cxx @@ -915,6 +915,11 @@ void MEDCouplingCMesh::reprQuickOverview(std::ostream& stream) const } } +std::string MEDCouplingCMesh::getVTKFileExtension() const +{ + return std::string("vtr"); +} + std::string MEDCouplingCMesh::getVTKDataSetType() const { return std::string("RectilinearGrid");