From a3e4f6183121aeedfe48f93e4fbff28a32b469ee Mon Sep 17 00:00:00 2001 From: Aaron Date: Wed, 4 Jun 2025 19:07:50 -0400 Subject: [PATCH] update --- amscppsimpledraw.code-workspace | 9 ++++++--- include/amscppsimpledraw/amscppsimpledraw.hpp | 5 ----- 2 files changed, 6 insertions(+), 8 deletions(-) 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();