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

fixes bug in returned values

parent 8778797d
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,6 @@ def readmomapmat(
s_indexes=f['momap']['s_indexes'][:]
s_array=f['momap']['s_array'][:]
index_first_element = f['momap']['index_first_element'][:]
f.close()
return momap_pn, s_indexes, s_array, first_element_index
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.
Finish editing this message first!
Please register or to comment