gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gfx/libcoords Coords.cxx


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/gfx/libcoords Coords.cxx
Date: Wed, 25 Sep 2002 11:50:02 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/09/25 11:50:02

Modified files:
        gfx/libcoords  : Coords.cxx 

Log message:
        dbging

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libcoords/Coords.cxx.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gzz/gfx/libcoords/Coords.cxx
diff -c gzz/gfx/libcoords/Coords.cxx:1.1 gzz/gfx/libcoords/Coords.cxx:1.2
*** gzz/gfx/libcoords/Coords.cxx:1.1    Wed Sep 25 10:45:43 2002
--- gzz/gfx/libcoords/Coords.cxx        Wed Sep 25 11:50:02 2002
***************
*** 1,6 ****
--- 1,9 ----
+ #include "libutil/Debug.hxx"
  #include "Coords.hxx"
  
  namespace Coords {
+     DBGVAR(dbg, "Coords.general");
+ 
      /* This mustn't change without changing GLVobCoorder2 as well.
       */
      SomeFactory* facs[] = {
***************
*** 15,20 ****
--- 18,31 ----
                                 int *interpinds, 
                                 int *inds2, float *points2, 
                                 float fract, bool show1) {
+       DBG(dbg) << "Set points "<<ninds<<" "
+                   << inds1 << " " 
+                   << points1 << " " 
+                   << interpinds << " " 
+                   << inds2 << " " 
+                   << points2 << " " 
+                   << fract << " " 
+                   << show1 << "\n" ;
        params.resize(0);
        params.reserve(7*ninds);
        cs.resize(ninds/3);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]