Displaying 3 results from an estimated 3 matches for "g_unit".
Did you mean:
x_unit
2002 Feb 04
1
R in IRIX 64-bit
...o
Tcl/Tk support: no
R profiling support: yes
R as a shared library: no
When I use gmake after a 'few' WARNINGS like .....
cc-1185 cc: WARNING File = g_alab_her.c, Line = 247
An enumerated type is mixed with another type.
GConvert(&currX, &currY, g_unit, INCHES, dd);
^
It errors with...
building package `base'
../../../library/base/R/base is unchanged
Cannot create
../../../library/base/../../../src/library/base/DESCRIPTION - No such
file or directory
../../../library/base/../../../src/library/base/DESCRIPTION -...
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...ine = 91
An enumerated type is mixed with another type.
GConvertXUnits(HERSHEY_X_UNITS_TO_USER_UNITS (deltax),
^
cc-1185 c89: WARNING File = g_alab_her.c, Line = 92
An enumerated type is mixed with another type.
g_unit, INCHES, dd),
^
cc-1185 c89: WARNING File = g_alab_her.c, Line = 93
An enumerated type is mixed with another type.
GConvertYUnits(HERSHEY_Y_UNITS_TO_USER_UNITS (deltay),
^
cc-1185 c89: WARNING File = g_alab_her.c,...
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
...ng */
lwdsave = dd->gp.lwd;
- // When drawing vector font, always use "solid" lines
+ /* When drawing vector font, always use "solid" lines */
ltysave = dd->gp.lty;
dd->gp.lty = LTY_SOLID;
@@ -330,7 +330,7 @@
GConvertYUnits(y_offset * label_height, g_unit, INCHES, dd));
/* call stroker on the sequence of strokes obtained from each char (the
stroker may manipulate the line width) */
-//_draw_hershey_stroke (dd, true, 0, HERSHEY_EM);
+ /*_draw_hershey_stroke (dd, true, 0, HERSHEY_EM); */
_draw_hershey_string (dd, codestrin...