This commit is contained in:
James E McClure 2018-09-10 11:20:30 -04:00
parent 13a5610826
commit 8cd4612821

View File

@ -82,7 +82,7 @@ DECL::~DECL(){
}
void DECL::LocalIsosurface(const DoubleArray A, double value, int i, int j, int k){
void DECL::LocalIsosurface(const DoubleArray A, double value, const int i, const int j, const int k){
Point P,Q;
Point PlaceHolder;
Point C0,C1,C2,C3,C4,C5,C6,C7;