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.
#1537 (wrong C preprocessor directives.) – NEMO

Opened 9 years ago

Closed 7 years ago

#1537 closed Bug (wontfix)

wrong C preprocessor directives.

Reported by: smasson Owned by: nemo
Priority: normal Milestone:
Component: OCE Version: trunk
Severity: Keywords:
Cc:

Description

there is a flew syntax errors in the C preprocessor directives:

NEMO/OPA_SRC/step.F90:#if defined key_traldf_c3d && key_traldf_smag
NEMO/OPA_SRC/step.F90:#if defined key_dynldf_c3d && key_dynldf_smag
NEMO/TOP_SRC/C14b/trcwri_c14b.F90:#if defined key_top && key_c14b && defined key_iomput
NEMO/TOP_SRC/CFC/trcwri_cfc.F90:#if defined key_top && key_cfc && defined key_iomput
NEMO/TOP_SRC/MY_TRC/trcwri_my_trc.F90:#if defined key_top && key_my_trc && defined key_iomput

I corrected this and I added a file to check this kind of errors: TOOLS/MISCELLANEOUS/chk_ifdef.sh


Commit History (0)

(No commits)

Change History (1)

comment:1 Changed 7 years ago by clevy

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

Suppressing tickets opened on the trunk since more than 2 years... cleaning started!

Note: See TracTickets for help on using tickets.