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

bug in filled iso+lightning

parent c294357f
No related branches found
No related tags found
No related merge requests found
/* $Id: PostSimplex.cpp,v 1.8 2000-12-18 15:05:21 geuzaine Exp $ */ /* $Id: PostSimplex.cpp,v 1.9 2000-12-18 16:56:13 geuzaine Exp $ */
#include "Gmsh.h" #include "Gmsh.h"
#include "GmshUI.h" #include "GmshUI.h"
...@@ -251,7 +251,7 @@ void Draw_ScalarTriangle(Post_View *View, ...@@ -251,7 +251,7 @@ void Draw_ScalarTriangle(Post_View *View,
} }
else{ else{
if(View->ShowElement || if(View->ShowElement || View->Light ||
View->IntervalsType == DRAW_POST_CONTINUOUS) View->IntervalsType == DRAW_POST_CONTINUOUS)
for(i = 0 ; i<3 ; i++) RaiseFill(i, V[3*View->TimeStep+i], ValMin, Raise); for(i = 0 ; i<3 ; i++) RaiseFill(i, V[3*View->TimeStep+i], ValMin, Raise);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment