Code

committed patch 1710682 by jfaith
authorjiho-sf <jiho-sf@users.sourceforge.net>
Tue, 1 May 2007 21:41:07 +0000 (21:41 +0000)
committerjiho-sf <jiho-sf@users.sourceforge.net>
Tue, 1 May 2007 21:41:07 +0000 (21:41 +0000)
commite1c41c8df483b1f32fc319d8c5286c4e4c81a461
treea73bc3165e580c1f155e8590dbc6255c598d8b21
parent02c9d4b85b9e594705c89caffa548acfafe46c3d
committed patch 1710682 by jfaith
- in src/libcola/cola.cpp, isnan is used and not the cross-platform definition isNaN defined in isnan.h => replaced isnan by isNaN and included isnan.h
- add math.h include in src/libcola/gradient_projection.cpp
This was necessary because libcola does not compile for OS X 10.3.9
src/libcola/cola.cpp
src/libcola/gradient_projection.cpp