2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 04:22:16 +00:00

Revert last change. It was the documentation that was in error.

[SVN r23328]
This commit is contained in:
Jonathan Brandmeyer
2004-07-03 17:25:41 +00:00
parent 3d8b4ffa15
commit 50385a46c4

View File

@@ -40,12 +40,12 @@ namespace
{
if (module_name.size() == 0)
{
module_name = "Numeric";
type_name = "ArrayType";
if (load(false))
return true;
module_name = "numarray";
type_name = "NDArray";
if (load(false))
return true;
module_name = "Numeric";
type_name = "ArrayType";
}
state = failed;