Skip to content
Snippets Groups Projects
Commit 01ab25f5 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

include info on number of masses in the mass list

parent 74cc4114
No related branches found
No related tags found
No related merge requests found
......@@ -383,6 +383,6 @@ def const_dt(self,
mass_list = np.log10(mass_list)
if showlist:
print("const_dt mass list\n",mass_list)
print("const_dt mass list ({} masses)\n".format(len(mass_list)),mass_list)
return mass_list
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