16.01.2011 - new modules - pimath and pigeometry

This commit is contained in:
peri4
2011-01-18 13:15:41 +03:00
parent a32edb1fef
commit 3610ea9212
17 changed files with 817 additions and 63 deletions

View File

@@ -90,7 +90,7 @@ public:
private:
uint size_;
PIString name_;
vector<PIVariable> vars;
PIVector<PIVariable> vars;
};