From c15787b0b1ddbde332f4a5d1cbfd30a618396214 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 6 Apr 2001 10:26:36 +0000
Subject: [PATCH] *** empty log message ***

---
 Graphics/PostSimplex.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Graphics/PostSimplex.cpp b/Graphics/PostSimplex.cpp
index d0cff605d2..bd4f377055 100644
--- a/Graphics/PostSimplex.cpp
+++ b/Graphics/PostSimplex.cpp
@@ -1,4 +1,4 @@
-// $Id: PostSimplex.cpp,v 1.13 2001-03-23 09:27:04 geuzaine Exp $
+// $Id: PostSimplex.cpp,v 1.14 2001-04-06 10:26:36 geuzaine Exp $
 
 #include "Gmsh.h"
 #include "GmshUI.h"
@@ -27,6 +27,7 @@ void Draw_ScalarPoint(Post_View *View,
     Palette2(View,ValMin,ValMax,d);
     if(View->IntervalsType == DRAW_POST_NUMERIC){
       glRasterPos3d(X[0],Y[0],Z[0]);
+      sprintf(Num, "%g", d);
       Draw_String(Num);
     }
     else
-- 
GitLab