mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Update Lebesgue.cc
kill verbose
This commit is contained in:
parent
53d06046b0
commit
f78d89bcbe
@ -103,9 +103,9 @@ void LebesgueOrder::IterateI(int ND,
|
|||||||
} else {
|
} else {
|
||||||
for(int d=0;d<ND;d++){
|
for(int d=0;d<ND;d++){
|
||||||
x[d]=xi[d]+xo[d];
|
x[d]=xi[d]+xo[d];
|
||||||
std::cout << x[d]<<" ";
|
// std::cout << x[d]<<" ";
|
||||||
}
|
}
|
||||||
std::cout << "\n";
|
// std::cout << "\n";
|
||||||
IndexInteger index;
|
IndexInteger index;
|
||||||
Lexicographic::IndexFromCoor(x,index,grid->_rdimensions);
|
Lexicographic::IndexFromCoor(x,index,grid->_rdimensions);
|
||||||
_LebesgueReorder.push_back(index);
|
_LebesgueReorder.push_back(index);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user