/[libvob]/libvob/src/lines/Lines.cxx
ViewVC logotype

Diff of /libvob/src/lines/Lines.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mudyc, Wed Apr 30 00:33:56 2003 UTC revision 1.4 by tjl, Thu May 29 08:00:20 2003 UTC
# Line 94  namespace Lines { Line 94  namespace Lines {
94      ContinuousLine::ContinuousLine(GLuint textId, float lineWidth,      ContinuousLine::ContinuousLine(GLuint textId, float lineWidth,
95                                     int joinStyle,  bool chain,                                     int joinStyle,  bool chain,
96                                     float * points, int size) {                                     float * points, int size) {
97          ContinuousLine(textId, joinStyle, lineWidth, chain);          ContinuousLine(textId, lineWidth, joinStyle, chain);
98    
99          if ( (size % 3) != 0) {          if ( (size % 3) != 0) {
100              cerr << "Lines error:: Size not divisible by three (x,y,z)!\n";              cerr << "Lines error:: Size not divisible by three (x,y,z)!\n";

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26