1
0
Fork 0
mirror of https://github.com/cosmo-sims/MUSIC.git synced 2024-09-19 17:03:46 +02:00

enabled to sometimes add additional padding for RAMSES (due to grid 'smoothing')

This commit is contained in:
Oliver Hahn 2015-08-12 11:01:36 +02:00
parent 20cf588947
commit 24984e5ffa

View file

@ -186,8 +186,9 @@ public:
bool query_point( double *x, int ilevel )
{
if( !do_extra_padding_ )
return true;
/*
bool check = true;
double dx;
for( int i=0; i<3; ++i )
@ -199,7 +200,6 @@ public:
check &= ((dx >= padding_fine_) & (dx <= lxref_[i]-padding_fine_));
}
return check;
*/
}