Menu

#1 oc option does not work

1.0
closed
nobody
None
2019-03-22
2018-12-23
Rick
No

Hi Markus,

Just found that a tiny bug that prevents the oc option to work.

The reason seems to be this function (mselementintervalmap.h):

void ElementIntervalMap::SetInterval(const Element& E, const Interval& I)
{
    if(!I.IsValid()&&I!=Interval()) operator[](E)=I;
}

I guess it should be I.IsValid() (i.e. w/out NOT operator), at least that seems to work.

Regards,
Rick

Discussion

  • Markus Meringer

    Markus Meringer - 2018-12-25

    Hi Rick, thanks for bug report! Fixed it. Best, Markus

     
  • Markus Meringer

    Markus Meringer - 2019-03-22
    • status: open --> closed
     

Log in to post a comment.