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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
5171 | pabouttier | 2015-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
Note: See
TracTickets for help on using
tickets.
Fixed in revision 5171.