Displaying 1 result from an estimated 1 matches for "rulethick".
2004 Nov 18
1
Declaration of RuleThickness() in src/main/plotmath.c (PR#7380)
...ubmission from: (NULL) (81.104.215.6)
Hi,
I hope I am not missing something basic... I am using a somewhat exotic compiler
and OS, but if I understand what I am seeing the problem is more general:
In src/main/plotmath.c, the following function is defined
/* Thickness of rules */
static double RuleThickness()
{
return 0.015;
}
but later it is called in expressions like
RuleThickness(gc, dd)
This leads to a compiler error:
cc +DD64 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre
-I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H
-O +e...