Opened 15 years ago

Closed 15 years ago

#259 closed bug (Fixed)

Corrected bug in wrt_impulse.F

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

Description

The local variable Iinp was not assigned in routine wrt_impulse.F.

Also corrected a problem in build.bash when the macro definitions are commented out. We need to add a colon when testing if the macro expands to NULL:

We need to use:

if [ -n "${USE_MPIF90:+1}" ]; then
  ...
fi

indead of

if [ -n "${USE_MPIF90+1}" ]; then
  ...
fi

Many thanks to David Robertson for fixing this problem.

Change History (1)

comment:1 by arango, 15 years ago

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