Opened 16 years ago
Closed 16 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.
Note:
See TracTickets
for help on using tickets.