Skip to content

Commit

Permalink
Update mkl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnitz authored Dec 11, 2023
1 parent ee1ef60 commit e3219b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pycbc/fft/mkl.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
}
}

mkl_descriptor = {'single': lib.DftiCreateDescriptor_d_1d,
'double': lib.DftiCreateDescriptor_s_1d,
mkl_descriptor = {'single': lib.DftiCreateDescriptor_s_1d,
'double': lib.DftiCreateDescriptor_d_1d,
}

def check_status(status):
Expand Down

0 comments on commit e3219b2

Please sign in to comment.