Update of /cvsroot/boost/boost/libs/python/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27433/libs/python/src
Modified Files:
Tag: RC_1_34_0
numeric.cpp
Log Message:
merged from HEAD
Index: numeric.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/python/src/numeric.cpp,v
retrieving revision 1.6
retrieving revision 1.6.10.1
diff -u -d -r1.6 -r1.6.10.1
--- numeric.cpp 1 Sep 2004 20:27:47 -0000 1.6
+++ numeric.cpp 29 Sep 2006 22:27:57 -0000 1.6.10.1
@@ -205,7 +205,7 @@
, bool savespace
, object typecode)
{
- return attr("array")(buffer, type, shape, copy, savespace, typecode);
+ return attr("factory")(buffer, type, shape, copy, savespace, typecode);
}
object array_base::getflat() const
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|