Skip to content
Snippets Groups Projects
Commit 97ff0145 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix for vtk

parent 85ee038e
Branches
Tags
No related merge requests found
...@@ -521,8 +521,7 @@ void MElement::writeVRML(FILE *fp) ...@@ -521,8 +521,7 @@ void MElement::writeVRML(FILE *fp)
void MElement::writeVTK(FILE *fp, bool binary, bool bigEndian) void MElement::writeVTK(FILE *fp, bool binary, bool bigEndian)
{ {
int type = getTypeForUNV(); if(!getTypeForVTK()) return;
if(!type) return;
setVolumePositive(); setVolumePositive();
......
$Id: VERSIONS.txt,v 1.16 2008-11-19 21:24:09 geuzaine Exp $ $Id: VERSIONS.txt,v 1.17 2008-11-20 19:11:46 geuzaine Exp $
2.2.6 (?): better transfinite smoothing and automatic corner 2.2.6 (?): better transfinite smoothing and automatic corner
selection; fixed high order meshing bug on Windows/Linux; fixed selection; fixed high order meshing crashes on Windows and Linux; new
various other small bugs. uniform mesh refinement (thanks Brian!); fixed various other small
bugs.
2.2.5 (Oct 25, 2008): Gmsh now requires FLTK 1.1.7 or above; various 2.2.5 (Oct 25, 2008): Gmsh now requires FLTK 1.1.7 or above; various
small improvements (STL and VTK mesh IO, Netgen upgrade, Visual C++ small improvements (STL and VTK mesh IO, Netgen upgrade, Visual C++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment