Skip to content
Snippets Groups Projects
Commit ac6f13d1 authored by Adrien Crovato's avatar Adrien Crovato
Browse files

fix refs

parent 9bee6e6d
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ def initDart(params, scenario='aerodynamic', task='analysis'):
nthrd = params['Threads']
else:
nthrd = 1
wu.initMkl(nthrd) # initialize threading layer and number of threads
wu.initMKL(nthrd) # initialize threading layer and number of threads
# verbosity
if 'Verb' in params:
verb = params['Verb']
......
Subproject commit 4cb67dc3181c10115a6fd7798301378a7c3b9d4e
Subproject commit 87212cfb034a92cc83acfeea751f076a84c12779
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment