Update of /cvsroot/objecthandler/ObjectHandler/ohxl/Conversions
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27535/ohxl/Conversions
Modified Files:
opertovector.hpp
Log Message:
Index: opertovector.hpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/Conversions/opertovector.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** opertovector.hpp 3 Jan 2007 17:43:14 -0000 1.4
--- opertovector.hpp 3 Jan 2007 20:41:33 -0000 1.5
***************
*** 66,69 ****
--- 66,73 ----
//NANDO what are FP?
+
+ // FP stands for floating point and is a structure
+ // defined in the Excel API.
+
template <class T>
std::vector<T> fpToVector(const FP &fpVector) {
|