[QuantLibAddin-cvs] QuantLibAddin/qlo swaptionvolstructure.cpp, 1.22, 1.23
Brought to you by:
ericehlers,
nando
|
From: Mario P. <mar...@us...> - 2006-09-06 12:01:15
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11628/qlo Modified Files: swaptionvolstructure.cpp Log Message: English typo Index: swaptionvolstructure.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/swaptionvolstructure.cpp,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** swaptionvolstructure.cpp 6 Sep 2006 10:14:21 -0000 1.22 --- swaptionvolstructure.cpp 6 Sep 2006 12:01:11 -0000 1.23 *************** *** 179,183 **** std::vector<boost::any> headings(numberOfColumn); ! headings[0]=std::string("Swap Lenght"); headings[1]=std::string("Expiriy"); --- 179,183 ---- std::vector<boost::any> headings(numberOfColumn); ! headings[0]=std::string("Swap Length"); headings[1]=std::string("Expiriy"); *************** *** 211,215 **** std::vector<boost::any> headings(numberOfColumn); ! headings[0]=std::string("Swap Lenght"); headings[1]=std::string("Expiriy"); --- 211,215 ---- std::vector<boost::any> headings(numberOfColumn); ! headings[0]=std::string("Swap Length"); headings[1]=std::string("Expiriy"); |