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.
#1501 (C-comments inside Fortran comments make crash some cpp versions) – NEMO

Opened 8 years ago

Closed 8 years ago

#1501 closed Bug (fixed)

C-comments inside Fortran comments make crash some cpp versions

Reported by: bouttier Owned by: nemo
Priority: low Milestone:
Component: env Version: v3.4
Severity: Keywords:
Cc:

Description

In NEMOGCM/EXTERNAL/XMLF90/src/xpath/m_path.f90, some C-style comments (beginning with "/*") inside fortran comments, make eventually crash cpp on particular configurations (as standard gcc environment on ubuntu 14.04 for example).

A solution is to remove '*' characters on line 534 and 536.

Commit History (1)

ChangesetAuthorTimeChangeLog
5171pabouttier2015-03-25T10:49:24+01:00

Remove star character to avoid C-style comments inside fortran comments; See Ticket #1501

Change History (1)

comment:1 Changed 8 years ago by bouttier

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in revision 5171.

Note: See TracTickets for help on using tickets.