possible typo in inp_par.f90

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
rubash

possible typo in inp_par.f90

#1 Unread post by rubash »

An error message appeared when I recompiled just now:

inp_par.f90:1879.41:

& TRIM(Vname(1,idTvar(trc)))
1
Error: Symbol 'trc' at (1) has no IMPLICIT type
(on my screen the '1' was under trc)

I think line 1879 should be
& TRIM(Vname(1,idTvar(itrc)))

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

Re: possible typo in inp_par.f90

#2 Unread post by arango »

Yes, it is a typo. Thank you for reporting this. I :arrow: updated the code.

Post Reply