[QuantLibAddin-cvs] QuantLibAddin/qlo qladdindefines.hpp, 1.10, 1.11
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-12-14 13:12:40
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv18914/qlo Modified Files: qladdindefines.hpp Log Message: Index: qladdindefines.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/qladdindefines.hpp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** qladdindefines.hpp 14 Dec 2006 12:29:49 -0000 1.10 --- qladdindefines.hpp 14 Dec 2006 13:12:33 -0000 1.11 *************** *** 28,37 **** #include <oh/objhandler.hpp> #if OBJHANDLER_HEX_VERSION < 0x000200f0 ! #error using an incorrect version of ObjectHandler, please update. #endif #include <ql/qldefines.hpp> #if QL_HEX_VERSION < 0x000400f0 ! #error using an incorrect version of QuantLib, please update. #endif --- 28,37 ---- #include <oh/objhandler.hpp> #if OBJHANDLER_HEX_VERSION < 0x000200f0 ! #error using an old version of ObjectHandler, please update. #endif #include <ql/qldefines.hpp> #if QL_HEX_VERSION < 0x000400f0 ! #error using an old version of QuantLib, please update. #endif |