-
Vector array variables created in a proc are created in the global scope instead of in the proc scope. This is new RBC code, and is incompatible with the BLT implementation, which correctly created the array variables in the proc scope.
proc addTrace {graph} {
vector create xvec yvec
$graph create element newtrace -xdata xvec -ydata yvec
for {set i 0} {$i
2009-10-24 15:30:54 UTC in The RBC Toolkit
-
techentin committed revision 47 to the The RBC Toolkit SVN repository, changing 2 files.
2009-10-23 04:27:45 UTC in The RBC Toolkit
-
techentin committed revision 46 to the The RBC Toolkit SVN repository, changing 2 files.
2009-10-23 03:34:00 UTC in The RBC Toolkit
-
techentin committed revision 45 to the The RBC Toolkit SVN repository, changing 7 files.
2009-10-22 05:19:47 UTC in The RBC Toolkit
-
techentin committed revision 44 to the The RBC Toolkit SVN repository, changing 20 files.
2009-10-22 03:00:30 UTC in The RBC Toolkit
-
techentin committed revision 43 to the The RBC Toolkit SVN repository, changing 1 files.
2009-10-22 02:44:31 UTC in The RBC Toolkit
-
techentin committed revision 42 to the The RBC Toolkit SVN repository, changing 4 files.
2009-10-21 01:57:57 UTC in The RBC Toolkit
-
techentin committed revision 41 to the The RBC Toolkit SVN repository, changing 3 files.
2009-10-20 03:55:48 UTC in The RBC Toolkit
-
Fixed the definitions in rbcGrMisc.c by replacing __FLT_EPSILON__ with FLT_EPSILON, as was done in the original BLT code. This is portable. There still may be some inconsistent usage of FLT_EPSILON and DBL_EPSILON, but nothing requiring a portability hack.
2009-10-19 18:01:23 UTC in The RBC Toolkit
-
techentin committed revision 40 to the The RBC Toolkit SVN repository, changing 1 files.
2009-10-19 17:58:43 UTC in The RBC Toolkit