Skip to content

Commit 8a97193

Browse files
changed tvconv to use NetCDF SOFA reader
1 parent cf377eb commit 8a97193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/tvconv/tvconv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ void tvconv_setFiltersAndPositions( void* const hTVCnv )
267267
if(pData->sofa_filepath!=NULL){
268268
strcpy(pData->progressBarText,"Opening SOFA file");
269269
pData->progressBar0_1 = 0.2f;
270-
error = saf_sofa_open(&sofa, pData->sofa_filepath, SAF_SOFA_READER_OPTION_DEFAULT);
270+
error = saf_sofa_open(&sofa, pData->sofa_filepath, SAF_SOFA_READER_OPTION_NETCDF);
271271

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

0 commit comments

Comments
 (0)