Skip to content

Commit

Permalink
phastaIO: silence print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Jun 19, 2017
1 parent 61be316 commit 9aecc88
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions phastaIO/phastaIO.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1698,10 +1698,6 @@ void writeheader(

if ( char* p = strpbrk(buffer, "@") )
*p = '\0';
printf("Printing field count %d\n", PhastaIOActiveFiles[i]->field_count);
printf("Printing max field %d\n", MAX_FIELDS_NUMBER );
printf("Printing part count %d\n", PhastaIOActiveFiles[i]->part_count);
printf("Printing nppp %d\n", PhastaIOActiveFiles[i]->nppp);
assert(PhastaIOActiveFiles[i]->field_count < MAX_FIELDS_NUMBER);
assert(PhastaIOActiveFiles[i]->part_count < PhastaIOActiveFiles[i]->nppp);
bzero((void*)mpi_tag,MAX_FIELDS_NAME_LENGTH);
Expand Down

0 comments on commit 9aecc88

Please sign in to comment.