diff --git a/amscppsimpledraw.code-workspace b/amscppsimpledraw.code-workspace index cf1aa56..22b858e 100644 --- a/amscppsimpledraw.code-workspace +++ b/amscppsimpledraw.code-workspace @@ -4,13 +4,16 @@ "path": "." }, { - "path": "../../sourceprojs23/camsimglib3" + "path": "../amsmathutil25" }, { - "path": "../../sourceprojs23/amscppfilesys3" + "path": "../amscppmesh1" }, { - "path": "../amsmathutil25" + "path": "../amscppimglib4" + }, + { + "path": "../amscimglib4" } ] } \ No newline at end of file diff --git a/include/amscppsimpledraw/amscppsimpledraw.hpp b/include/amscppsimpledraw/amscppsimpledraw.hpp index e34afc3..da86b31 100644 --- a/include/amscppsimpledraw/amscppsimpledraw.hpp +++ b/include/amscppsimpledraw/amscppsimpledraw.hpp @@ -42,11 +42,6 @@ class drawcanvas const double& operator()(int channel, int ix, int iy) const; double& at(int channel, int ix, int iy); const double& at(int channel, int ix, int iy) const; - - - - - }; void test_drawcanvas1();