quantlibaddin-cvs Mailing List for QuantLibAddin (Page 65)
Brought to you by:
ericehlers,
nando
You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(51) |
Jun
(320) |
Jul
(210) |
Aug
(272) |
Sep
(169) |
Oct
(232) |
Nov
(138) |
Dec
(109) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(101) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Eric E. <eri...@us...> - 2006-05-22 14:06:59
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20507/qlo Modified Files: termstructures.cpp Log Message: ensure valid sort result when tenor and priority are equal Index: termstructures.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/termstructures.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** termstructures.cpp 19 May 2006 16:56:16 -0000 1.1 --- termstructures.cpp 22 May 2006 14:06:49 -0000 1.2 *************** *** 228,231 **** --- 228,233 ---- if (h1.second > h2.second) { return false; + } else if (h1.second == h2.second) { + return h1.first->getStubName() > h2.first->getStubName(); } } |
|
From: Ferdinando A. <na...@us...> - 2006-05-22 13:26:27
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1906 Modified Files: todo.txt Log Message: test Index: todo.txt =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/todo.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** todo.txt 19 May 2006 16:56:16 -0000 1.1 --- todo.txt 22 May 2006 13:26:24 -0000 1.2 *************** *** 1,4 **** - PICEWISEYIELDTERMSTRUCTURE - invertire ordine di interpolator ed accuracy --- 1,3 ---- |