Skip to content
Snippets Groups Projects
Commit 04beb57d authored by Pascal Engeler's avatar Pascal Engeler
Browse files

signature fix

parent 12f11b6c
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ public:
void save(std::string filename) const;
bool save_sc(std::string filename, int reps) const;
bool get_autocad_script(int reps) const;
std::string get_autocad_script(int reps) const;
void move_to(size_t i, const std::array<float, 2> pos);
void insert(size_t i, const std::array<float, 2> pos);
const std::vector<std::array<float, 2> >& nodes() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment