Opened 7 years ago

Last modified 7 years ago

#743 closed bug

Incomplete pre-processer conditions in def_diags.F — at Initial Version

Reported by: fgrosse Owned by:
Priority: major Milestone: Release ROMS/TOMS 3.7
Component: Nonlinear Version: 3.7
Keywords: Cc:

Description

I think, in lines 626 and 701 of def_diags.F the pre-processor conditions should read as:

#if defined DIAGNOSTICS_BIO && defined BIO_FENNEL

Currently, they only read as:

#ifdef BIO_FENNEL

This can cause "undefined variable" errors for iDbio2 and iDbio3 during compilation, when other diagnostics but not DIAGNOSTICS_BIO are enabled in combination with BIO_FENNEL.

Change History (0)

Note: See TracTickets for help on using tickets.