From: Kevin M. Rosenberg Date: Mon, 24 Sep 2001 10:05:01 +0000 (+0000) Subject: r1020: *** empty log message *** X-Git-Tag: debian-4.5.3-3~354 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=3656a96ec72fa7952be940c9749488ab4757efd5 r1020: *** empty log message *** --- diff --git a/src/graph3dview.cpp b/src/graph3dview.cpp index 554e00e..8855cda 100644 --- a/src/graph3dview.cpp +++ b/src/graph3dview.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: graph3dview.cpp,v 1.22 2001/09/24 10:03:41 kevin Exp $ +** $Id: graph3dview.cpp,v 1.23 2001/09/24 10:05:01 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -335,7 +335,7 @@ Graph3dFileView::CreateDisplayList() glNewList (DISPLAYLIST_NO_COLOR, GL_COMPILE); dXPos = -dXOffset; - for (unsigned ix = 0; ix < nx - 1; ix++, dXPos++) { + for (unsigned int ix = 0; ix < nx - 1; ix++, dXPos++) { double dYPos = -dYOffset; glBegin(GL_QUAD_STRIP); double p1[3], p2[3], p3[3], n1[3];