Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
97ff0145
Commit
97ff0145
authored
16 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
fix for vtk
parent
85ee038e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Geo/MElement.cpp
+1
-2
1 addition, 2 deletions
Geo/MElement.cpp
doc/VERSIONS.txt
+4
-3
4 additions, 3 deletions
doc/VERSIONS.txt
with
5 additions
and
5 deletions
Geo/MElement.cpp
+
1
−
2
View file @
97ff0145
...
@@ -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
();
...
...
This diff is collapsed.
Click to expand it.
doc/VERSIONS.txt
+
4
−
3
View file @
97ff0145
$Id: VERSIONS.txt,v 1.1
6
2008-11-
19 21:24:09
geuzaine Exp $
$Id: VERSIONS.txt,v 1.1
7
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++
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment