Skip to content

Commit

Permalink
Remove lingering print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Sep 26, 2024
1 parent 5a1e9ee commit 72c5e0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/gen_allocs.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ gen_alloc1 ( char * dirname )
{
stop = start + ( primaryFields / numFiles );
}
printf( "Total [%d] : Setting [start,stop] to [%d, %d]", primaryFields, start, stop );
gen_alloc2( fpSub , "grid%", NULL, &Domain, start, stop, 1 ) ;
fprintf(
fpSub,
Expand Down

0 comments on commit 72c5e0e

Please sign in to comment.