Refactoring #1331
Feature #1290: === Core: framework ===
regenerate Python bindings after moving declaration of cvector_t, kvector_t out of Types.h.
Status: | Resolved | Start date: | 10 Feb 2016 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | - | % Done: | 50% | ||
Category: | - | ||||
Target version: | - |
Description
Currently, Types.h declares quite different things.
It can be split quite naturally into Tools/Types.h with declaration of 1- and 2-dimensional arrays,
a new file Geometry/Vectors3D.h with declarations of cvector_t, kvector_t.
It seems that nowhere both of them are needed, they are perfectly orthogonal.
This split has already been carried out in branch 'Vectors3D', but I cannot regenerate the Python bindings
History
#1 Updated by pospelov almost 5 years ago
- Status changed from New to Resolved