Typo in npzd_Powell_inp.h

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
lfowler
Posts: 2
Joined: Thu Oct 08, 2009 6:53 pm
Location: Imperial College London

Typo in npzd_Powell_inp.h

#1 Unread post by lfowler »

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',

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

Re: Typo in npzd_Powell_inp.h

#2 Unread post by arango »

Yes, thank you for reporting this typo.

Post Reply