CodethinkLabs/ofc

EXTERNAL statement not treated correctly

Closed this issue · 3 comments

Referring to the code at #29:

The warnings:

Warning:volterra_627.f:413,15:
Variable 'K' read but never written
EXTERNAL K, G, FX
^
Warning:volterra_627.f:413,18:
Variable 'G' read but never written
EXTERNAL K, G, FX
^
Warning:volterra_627.f:413,21:
Variable 'FX' read but never written
EXTERNAL K, G, FX
^
indicate that the EXTERNAL statement is not properly treated.

We have a patch in the pipeline to fix this, but I'll mark it as a bug until resolved.

Good to hear that.

There may be sources out there that can really stress-test OFC :). The use
of EXTERNAL like the ones I reported is typical for general numerical
solvers - the current Fortran standard has much better solutions for it.

Regards,

Arjen

2016-09-07 11:27 GMT+02:00 Ben Brewer notifications@github.com:

We have a patch in the pipeline to fix this, but I'll mark it as a bug
until resolved.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#30 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABvsR98Nij8Qh_DDpR6QnhXOXrn83Xa2ks5qnoOFgaJpZM4J2DkD
.

This should now be fixed in: 479c6b9