We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf377eb commit 8a97193Copy full SHA for 8a97193
examples/src/tvconv/tvconv.c
@@ -267,7 +267,7 @@ void tvconv_setFiltersAndPositions( void* const hTVCnv )
267
if(pData->sofa_filepath!=NULL){
268
strcpy(pData->progressBarText,"Opening SOFA file");
269
pData->progressBar0_1 = 0.2f;
270
- error = saf_sofa_open(&sofa, pData->sofa_filepath, SAF_SOFA_READER_OPTION_DEFAULT);
+ error = saf_sofa_open(&sofa, pData->sofa_filepath, SAF_SOFA_READER_OPTION_NETCDF);
271
272
if(error==SAF_SOFA_OK){
273
strcpy(pData->progressBarText,"Loading IRs");
0 commit comments