master
Aaron 3 weeks ago
parent e515644432
commit a3e4f61831

@ -4,13 +4,16 @@
"path": "." "path": "."
}, },
{ {
"path": "../../sourceprojs23/camsimglib3" "path": "../amsmathutil25"
}, },
{ {
"path": "../../sourceprojs23/amscppfilesys3" "path": "../amscppmesh1"
}, },
{ {
"path": "../amsmathutil25" "path": "../amscppimglib4"
},
{
"path": "../amscimglib4"
} }
] ]
} }

@ -42,11 +42,6 @@ class drawcanvas
const double& operator()(int channel, int ix, int iy) const; const double& operator()(int channel, int ix, int iy) const;
double& at(int channel, int ix, int iy); double& at(int channel, int ix, int iy);
const double& at(int channel, int ix, int iy) const; const double& at(int channel, int ix, int iy) const;
}; };
void test_drawcanvas1(); void test_drawcanvas1();

Loading…
Cancel
Save