update
This commit is contained in:
@ -3,14 +3,17 @@
|
|||||||
{
|
{
|
||||||
"path": "."
|
"path": "."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"path": "../../sourceprojs23/camsimglib3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "../../sourceprojs23/amscppfilesys3"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"path": "../amsmathutil25"
|
"path": "../amsmathutil25"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "../amscppmesh1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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();
|
||||||
|
Reference in New Issue
Block a user