Is there anyone out there with a hotline to Jens? I cced this email to
him but it just got bounced. I'm not sure that he reads this list
either...Jens, if you're out there - please subscribe! :-)

- Noel

On 14 September 2010 16:21, Noel O'Boyle <baoille...@gmail.com> wrote:
> Hi Jens,
>
> I saw a build warning related to following line in gamess uk format:
>
>    if ( ! tokens.size() >= 2 || ! ( from_string<int>(levcfg,
> tokens.at(0), std::dec) && from_string<int>(imcon, tokens.at(1),
> std::dec) ) )
>
> The problem is that ! tokens.size() is evaluated first and then
> compared to >= 2. I think you can replace the whole lot by
> tokens.size() < 2
>
> - Noel
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to