From 1be6386a5cceb2098709cd015ce5748eeba20271 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 27 Dec 2000 10:07:23 +0000 Subject: [PATCH] typo --- Graphics/Draw.cpp | 4 ++-- Unix/CbFile.cpp | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Graphics/Draw.cpp b/Graphics/Draw.cpp index fdc633f552..1c8340f371 100644 --- a/Graphics/Draw.cpp +++ b/Graphics/Draw.cpp @@ -1,4 +1,4 @@ -/* $Id: Draw.cpp,v 1.12 2000-12-20 15:28:44 geuzaine Exp $ */ +/* $Id: Draw.cpp,v 1.13 2000-12-27 10:07:20 geuzaine Exp $ */ #include "Gmsh.h" #include "GmshUI.h" @@ -185,7 +185,7 @@ void Init(void){ xattrib.height+CTX.viewport[3]-CTX.viewport[1], 0); /* X11 forbids to change the context (GLX) in GL_FEEDBACK or GL_SELECT mode, - which would happen for postcript output */ + which would happen for postscript output */ if(CTX.stream == TO_SCREEN) glXMakeCurrent(XtDisplay(WID.G.glw), XtWindow(WID.G.glw), XCTX.glw.context); #endif diff --git a/Unix/CbFile.cpp b/Unix/CbFile.cpp index d7c5364f36..d3297a8a74 100644 --- a/Unix/CbFile.cpp +++ b/Unix/CbFile.cpp @@ -1,4 +1,4 @@ -/* $Id: CbFile.cpp,v 1.17 2000-12-26 17:40:18 geuzaine Exp $ */ +/* $Id: CbFile.cpp,v 1.18 2000-12-27 10:07:23 geuzaine Exp $ */ #include <unistd.h> @@ -131,7 +131,6 @@ void CreateFile (char *name, int format) { break; case FORMAT_GIF : - // have to replot for filling again buffer ... if(!(fp = fopen(name,"wb"))) { Msg(WARNING, "Unable to Open File '%s'", name); return; -- GitLab