[QuantLibAddin-cvs] QuantLibAddin/qlo swap.hpp, 1.7, 1.8 swaption.hpp, 1.3, 1.4
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-06-23 10:35:52
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv7164/qlo Modified Files: swap.hpp swaption.hpp Log Message: fixed include guards Index: swaption.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/swaption.hpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** swaption.hpp 21 Jun 2006 12:49:51 -0000 1.3 --- swaption.hpp 23 Jun 2006 10:35:49 -0000 1.4 *************** *** 18,22 **** #ifndef qla_swaption_hpp ! #define qla_swaption_cpp #include <qlo/baseinstruments.hpp> --- 18,22 ---- #ifndef qla_swaption_hpp ! #define qla_swaption_hpp #include <qlo/baseinstruments.hpp> Index: swap.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/swap.hpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** swap.hpp 16 Jun 2006 17:37:20 -0000 1.7 --- swap.hpp 23 Jun 2006 10:35:49 -0000 1.8 *************** *** 21,25 **** #ifndef qla_swap_hpp ! #define qla_swap_cpp #include <qlo/baseinstruments.hpp> --- 21,25 ---- #ifndef qla_swap_hpp ! #define qla_swap_hpp #include <qlo/baseinstruments.hpp> |