This commit is contained in:
2025-06-04 19:07:50 -04:00
parent e515644432
commit a3e4f61831
2 changed files with 9 additions and 11 deletions

View File

@ -3,14 +3,17 @@
{
"path": "."
},
{
"path": "../../sourceprojs23/camsimglib3"
},
{
"path": "../../sourceprojs23/amscppfilesys3"
},
{
"path": "../amsmathutil25"
},
{
"path": "../amscppmesh1"
},
{
"path": "../amscppimglib4"
},
{
"path": "../amscimglib4"
}
]
}

View File

@ -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();