I couldn't find a Trac ticket with this correction or a reference on the forum, but apologies if this has already been reported/rectified.
In npzd_Powell_inp.h
line 334 reads:
WRITE (out,100) LtracerSrc(i), 'LtracerSrc',
this should be:
WRITE (out,100) LtracerSrc(i,ng), 'LtracerSrc',
Typo in npzd_Powell_inp.h
- arango
- Site Admin
- Posts: 1367
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Re: Typo in npzd_Powell_inp.h
Yes, thank you for reporting this typo.