William Cooke - 2003-01-07

Logged In: YES
user_id=682953

Dear nobody

The offending lines were
integer, parameter :: NONE = 7000, &
! advection schemes
! SECOND_CENTERED = 7001, &
! FOURTH_CENTERED = 7002, &
! FINITE_VOLUME_LINEAR = 7003, &
FINITE_VOLUME_PARABOLIC = 7004, &
! filling schemes
EQUAL_BORROW = 8005, &
BOTTOM_BORROW = 8006, &
GLOBAL_BORROW = 8007

In trying to port to the IFC compiler a month or two ago I
found the same issue. I corrected it by moving the ! to the
start of the line. i.e. the whitespace before the comment
seems to have been important.
However in trying to recreate the problem now I find I
cannot. The compiler has been upgraded for version 6.0 (and
now 7.0) since I first worked on it so I believe this was a
compiler issue that Intel have fixed.

If you still have the same problem let me know
William