AMBER Archive (2006)

Subject: AMBER: which patch for ioutfm = 1 in Amber8?

From: Hannes Loeffler (hal_at_iam.u-tokyo.ac.jp)
Date: Thu May 11 2006 - 00:21:25 CDT


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_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu