Typo in state_read.F

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
spitz
Posts: 14
Joined: Fri Dec 12, 2003 9:19 pm
Location: OSU/COAS

Typo in state_read.F

#1 Unread post by spitz »

The line 902 in state_read.F is
WRITE (stdout,40) TRIM(Vname(2,ifield)), Fmin, Fmax

but should be

WRITE (stdout,40) TRIM(Vname(2,idTvar(itrc)), Fmin, Fmax

ifield is only defined if "ifdef ADJUST_BOUNDARY"

User avatar
arango
Site Admin
Posts: 1347
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

Re: Typo in state_read.F

#2 Unread post by arango »

Yes, thank you for reporting this typo!

Post Reply