Opened 15 years ago

Closed 15 years ago

#315 closed bug (Fixed)

Wrong CPP directive in congrad.F

Reported by: arango Owned by: arango
Priority: major Milestone: Adjoint Based Algorithms
Component: Adjoint Version: 3.3
Keywords: Cc:

Description

Corrected CPP directive in congrad.F when W4DPSAS is activated. We need to have:

# if defined W4DPSAS             || defined TL_W4DPSAS || \
     defined W4DPSAS_SENSITIVITY

instead of

# if defined TL_W4DPSAS          || defined TL_W4DPSAS || \
     defined W4DPSAS_SENSITIVITY

Many thanks to Andy Moore for reporting this bug.

I also corrected the reporting of ADJUST_BOUNDARY, ADJUST_STFLUX, and ADJUST_WSTRESS when running other adjoint-based algorithms.

Change History (1)

comment:1 by arango, 15 years ago

Resolution: Fixed
Status: newclosed
Note: See TracTickets for help on using tickets.