Advertisement
Guest User

Untitled

a guest
Feb 11th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Julia 0.34 KB | None | 0 0
  1. alt:
  2.   if !isdefined(:rel_nuclides) # standard values
  3.     rel_nuclides = ["Co60", "Cs137", "Fe55", "Ni63", "Sr90", "Am241"]
  4.   end
  5.  
  6. neu:
  7.   if isempty(rel_nuclides3) # standard values
  8.     rel_nuclides = ["Co60", "Cs137", "Fe55", "Ni63", "Sr90", "Am241"]
  9.   else
  10.     rel_nuclides = [rel_nuclides3[i].name for i=1:length(rel_nuclides3)]
  11.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement