Skip to content
Snippets Groups Projects
Commit d5a57fdb authored by BLANCO-GARCIA's avatar BLANCO-GARCIA
Browse files

fix bug in index_first_element

parent 5f983c06
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ def readmomapmat(
s_indexes=f['momap']['s_indexes'][0,0][:,0]
s_array=f['momap']['s_array'][0,0][:,0]
nturns=f['momap']['nturns'][0,0][:,0]
index_first_element = f['momap']['index_first_element'][:]
index_first_element = f['momap']['index_first_element'][0,0][:,0]
return momap_pn, s_indexes, s_array, index_first_element
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment