Skip to content
Snippets Groups Projects
Commit c50579bf authored by Rene Redler's avatar Rene Redler
Browse files

runoff mapping example: atmosphere defines non-masked ocean boundary cells

parent ee0e3063
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,7 @@ int main () {
if ( checksum_mask > 0 ) {
for ( int i = 0; i < num_cells; ++i ) {
if ( cell_mask[i] == 1 ) cell_mask_own[i] = 0;
if ( cell_mask[i] == -1 ) cell_mask_own[i] = 0;
else cell_mask_own[i] = 1;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment