improved materials

This commit is contained in:
behinger (s-ccs 001)
2023-09-28 14:09:08 +00:00
parent a14fbfbf67
commit 22258b264c
6 changed files with 97 additions and 53 deletions

View File

@@ -1,8 +1,9 @@
#---
using ProgressMeter
function rse_sum(x)
s = 0
for k = eachindex(x)
@showprogress for k = eachindex(x)
s = s+x[k]
end
return s