coin-or / OBOE

OBOE (Oracle Based Optimization Engine) is an open source software for general convex optimization.
Other
0 stars 2 forks source link

Problem with a wrong cast #4

Closed svigerske closed 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: @ycollet

Original creation time: 2009-09-14 08:37:15

Assignee: somebody

Version:

AccpmGenMatrix.h: In member function ‘double& Accpm::AccpmGenMatrix::operator()(int, int) const’: AccpmGenMatrix.h:86: erreur: invalid initialization of reference of type ‘double&’ from expression of type ‘const double’

I try to compile oboe using the gcc-4.3.3 under ubuntu 9.04

svigerske commented 5 years ago

Comment by @nsawhney68 created at 2010-02-06 17:59:23

Resolution: duplicate