Re: [AMBER-Developers] Amber Tools Install

From: Volodymyr Babin <vbabin.ncsu.edu>
Date: Tue, 17 Mar 2009 17:43:55 +0000

> bond.cpp:18: error: no matching function for call to ‘min(long unsigned
> int, unsigned int)’
>
> and had not identified this as a size_t related problem.

It simply could not find the variant of min() for arguments
(unsigned long, unsigned) [the first argument was explicitly UL
and the second one was promoted to size_t (return type of length())
which can be different on 32/64 platforms.

> If it works for Scott on nightly tests, one of us should commit to CVS.

Please go ahead and commit once it is checked to work.

Have a great day,

Volodymyr

_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Wed Mar 18 2009 - 01:17:54 PDT
Custom Search