Skip to content

Commit

Permalink
fix typo in debug code (#46)
Browse files Browse the repository at this point in the history
Only relevant if compiling with the `-DDEBUG` statement.
  • Loading branch information
bwmeyers authored Apr 29, 2024
1 parent ed32a7d commit d9cb093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calibration.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ void vmLoadOffringaSolution( vcsbeam_context *vm )
fprintf( stderr, "intervalCount = %u\n", intervalCount );
fprintf( stderr, "antennaCount = %u\n", antennaCount );
fprintf( stderr, "channelCount = %u\n", channelCount );
fprintf( stderr, "polarisationCount = %u\n", polarisationCount );
fprintf( stderr, "polarizationCount = %u\n", polarizationCount );
#endif

// Error-checking the info extracted from the header,
Expand Down

0 comments on commit d9cb093

Please sign in to comment.