Hello,
which patch is supposed to fix the ioutfm = 1 bug (mden) in Amber8?
Bugfix 9 obviously doesn't because
call amopen(mden_unit,mden,owrite,'F','W')
write(mden_unit) title
correctly opens the mden file formatted but then attempts to write
the title unformatted. [I think the line should read
write(mden_unit,1000) title
]
The change is trivial but I was wondering if we skipped one of the
bugfixs.
Thanks,
Hannes.
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Sun May 14 2006 - 06:07:08 PDT