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

fix bug in name

parent e34e9d41
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ def readmomapmat(
momap_pn = numpy.copy(momap_pn.T)
s_indexes=f['momap']['s_indexes'][:]
s_array=f['momap']['s_array'][:]
first_element_index = f['momap']['first_element_index'][:]
index_first_element = f['momap']['index_first_element'][:]
f.close()
return momap_pn, s_indexes, s_array, first_element_index
......
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