error: invalid conversion from NaN to logical
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| octave-vrml (Ubuntu) |
Expired
|
Undecided
|
Unassigned | ||
Bug Description
Binary package hint: octave-vrml
octave:8> s1 = vrml_cyl (xx1, "col",k)
error: invalid conversion from NaN to logical
error: called from:
error: /usr/share/
error: /usr/share/
also can be reproduced by running /usr/share/
Can be fixed by changing
if tran && !isnan (tran)
to
if !isnan (tran) && tran
ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: octave-vrml 1.0.11-1 [modified: usr/share/
ProcVersionSign
Uname: Linux 2.6.38-9-generic x86_64
Architecture: amd64
CheckboxSubmission: 2892cad67f71a4d
CheckboxSystem: bb422ca46d02494
Date: Tue May 24 10:43:44 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
PackageArchitec
ProcEnviron:
LANGUAGE=de_DE:en
PATH=(custom, user)
LANG=de_DE.UTF-8
SHELL=/bin/bash
SourcePackage: octave-vrml
UpgradeStatus: Upgraded to natty on 2011-04-14 (39 days ago)

Thanks for your bug report. Unfortunately there is not enough information here for a developer to be able to reproduce this bug. Can you provide a complete example including data files needed to run an example Octave script that shows the error? The "vrml_demo_ tutorial_ 4" command works fine for me in a recent version of Octave.