Volodymyr is absolutely right about this.
I just checked in the change.
Sorry for the inconvenience.
Sincerely,
Wei
On Mar 17, 2009, at 12:43 PM, Volodymyr Babin wrote:
>> 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
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Wed Mar 18 2009 - 01:18:04 PDT