Hi,

man, 03 08 2009 kl. 00:34 -0700, skrev roessli bertrand:
> In the vrml-package:
> ---------------------------------
> 1.- vrml_transfo.m:60:%  if abs (det (r) - 1) > sqrt (eps), r2 =
> orthogonalize (r); 
> I think this function does not exist anymore and was replaced by orth:
> vrml_transfo.m:61:  if abs (det (r) - 1) > sqrt (eps), r2 = orth (r);
> 
> 2.- vrml_text.m:49:  s = read_options (varargin{:},
> "op1",op1,"op0",op0, "default",df);
> causes an error in my octave version (3.2). I replaced the line with 
> s = read_options (varargin, "op1",op1,"op0",op0, "default",df);

These sounds like bugs in the VRML.

Etienne, are these bugs in the package?

Søren


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to