New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Ticket Diff – NEMO

Changes between Version 2 and Version 3 of Ticket #1972


Ignore:
Timestamp:
2018-06-13T12:10:44+02:00 (6 years ago)
Author:
jchanut
Comment:

I found a weird converter error while compiling Pisces routines and AGRIF. If there is an extra blank at the end of a module such that (this does occur a couple of times in Pisces modules):

END MODULE  p5zprod

instead of

END MODULE p5zprod

The converter code produces that:

E
      end module p5zprod

Which of course produces a compilation error.

Legend:

Unmodified
Added
Removed
Modified