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

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

[Octave-bug-tracker] [bug #57963] max_recursion_depth exceeded error in


From: Richard
Subject: [Octave-bug-tracker] [bug #57963] max_recursion_depth exceeded error in non-recursive classdef static method
Date: Fri, 6 Mar 2020 10:27:59 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0

Follow-up Comment #1, bug #57963 (project octave):

Actually never mind, the problem was this:


classdef structuralInternalForce < mbdyn.pre.force
    
    properties (GetAccess = public, SetAccess = protected)
        
        node1;
        node2;
        forceType;
        force;


I have a class with a property name the same as parent class (although not
really as it's in a package, but there you go).

I think there's a bug about this somewhere, but note it's perfectly acceptable
in Matlab, so if there isn't a bug report, there should be.

Workaround is to change the variable name. 

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57963>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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