octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #41225] ./@aclass/method.m is undefined unless


From: Felipe G. Nievinski
Subject: [Octave-bug-tracker] [bug #41225] ./@aclass/method.m is undefined unless addpath(pwd())
Date: Mon, 13 Jan 2014 22:34:15 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?41225>

                 Summary: ./@aclass/method.m is undefined unless
addpath(pwd())
                 Project: GNU Octave
            Submitted by: fgnievinski
            Submitted on: Mon 13 Jan 2014 10:34:15 PM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

unzip the attachment into your current folder.
then check:


>> aclass ()
ans = <class aclass>
>> method (aclass ())
error: 'method' undefined near line 1 column 1


now do:

>> addpath (pwd ())


and check again:

>> method (aclass ())
hw!


this time the @aclass/method is found.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 13 Jan 2014 10:34:15 PM GMT  Name: @aclass.zip  Size: 432B   By:
fgnievinski

<http://savannah.gnu.org/bugs/download.php?file_id=30264>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41225>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]