Code clean-up and fix for typos in docstrings.

This commit is contained in:
2013-02-24 02:32:56 +00:00
parent 3bd0b89716
commit d38a335d47
52 changed files with 572 additions and 620 deletions

View File

@@ -65,6 +65,7 @@ int UnaryFunction1D_Init(PyObject *module)
UnaryFunction1DVec3f_Init(module);
UnaryFunction1DVectorViewShape_Init(module);
UnaryFunction1DVoid_Init(module);
return 0;
}