[Coin-discuss] error in ./Osi/OsiPresolve.cpp

Matthew Saltzman mjs at ces.clemson.edu
Thu Apr 1 08:29:16 EST 2004


On Thu, 1 Apr 2004, Sven de Vries wrote:

> Hi,
>
>
> compiling ./Osi/OsiPresolve.cpp  failed with the message:
>
> Compiling OsiPresolve.cpp
> OsiPresolve.cpp:913:53: missing terminating ' character
>
>
> changing
>       routines from CoinPresolvePsdebug are found. I'm stumped. -- lh -- >>
>
>
> into
>
>       routines from CoinPresolvePsdebug are found. I m stumped. -- lh -- >>
>
>
> fixes this problem..

A better fix is to enclose that whole comment in comment delimiters.  C
and C++ require that the entire source file tokenize correctly, even the
parts that are #ifdef'ed out.

Fixed.

>
> greetings!
> sven
>
> _______________________________________________
> Coin-discuss mailing list
> Coin-discuss at www-124.ibm.com
> http://www-124.ibm.com/developerworks/oss/mailman/listinfo/coin-discuss
>

-- 
		Matthew Saltzman

Clemson University Math Sciences
mjs AT clemson DOT edu
http://www.math.clemson.edu/~mjs



More information about the Coin-discuss mailing list