Topic: nonlocalmaterialext.C

Hi Borek,

I was going through the "nonlocalmaterialext.C" using the KDE's KDevelop editor and also MSVS. It seems that 'buildNonlocalPointTable" member lacks a "}" at its end. This is version 1.9. Version 1.8 seems fine. Would you please take a look at it.
It's weird though since it compiles with no errors.

Many thanks,
Alireza

Re: nonlocalmaterialext.C

The rather strange ifdev is most likely causing problems for the parser in KDevelop.

#ifdef NMEI_USE_ALL_ELEMENTS_IN_SUPPORT
                    if (1) {

Eclipse is also fooled to think that
line 186 is matching line 175 (but it should be 164)

Re: nonlocalmaterialext.C

Thanks Mikael, seems about right!