Skip to content

Commit

Permalink
tvconv.c:
Browse files Browse the repository at this point in the history
- SOFA loader uses NetCDF library
  • Loading branch information
MarcoBin committed Aug 5, 2023
1 parent a2114a5 commit 28b7158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/src/tvconv/tvconv.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ void tvconv_setFiltersAndPositions( void* const hTVCnv )
strcpy(pData->progressBarText,"Opening SOFA file");
pData->progressBar0_1 = 0.2f;
// MB hack
//error = saf_sofa_open(&sofa, pData->sofa_filepath, SAF_SOFA_READER_OPTION_NETCDF);
error = saf_sofa_open(&sofa, pData->sofa_filepath, SAF_SOFA_READER_OPTION_LIBMYSOFA);
error = saf_sofa_open(&sofa, pData->sofa_filepath, SAF_SOFA_READER_OPTION_NETCDF);
//error = saf_sofa_open(&sofa, pData->sofa_filepath, SAF_SOFA_READER_OPTION_LIBMYSOFA);

if(error==SAF_SOFA_OK){
strcpy(pData->progressBarText,"Loading IRs");
Expand Down

0 comments on commit 28b7158

Please sign in to comment.