Skip to content

Commit

Permalink
Some cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
hgopalan committed Dec 10, 2024
1 parent 619ec42 commit 762f608
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/SourceTerms/ERF_TerrainDrag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ TerrainDrag::define_terrain_blank_field (const BoxArray& ba,
const Real radius = std::sqrt((x - xt) * (x - xt) +
(y - yt) * (y - yt));
bool terrain_point=(radius<=cell_radius && z<=ht)? 1:0;
if(terrain_point==1)
{
amrex::Print()<<x<<" "<<y<<" "<<z<<" "<<xt<<" "<<yt<<std::endl;
}
levelBlank(i, j, k) = terrain_point;
});
} // mfi
Expand Down

0 comments on commit 762f608

Please sign in to comment.