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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user