mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2024-12-05 02:05:07 +00:00
Merge branch 'master' of github.com:othocaes/cloudy-agn
This commit is contained in:
commit
a58be8e76a
@ -14,8 +14,9 @@ continuum_file_new=hnuineV.$continuum_file_orig
|
||||
|
||||
while read photon_energy_in_ryd everything_else; do
|
||||
# 1 Ryd = 13.60569253 eV
|
||||
photon_energy_in_eV=`bc <<< "$photon_energy_in_ryd * 13.60569253"`
|
||||
done <$continuum_file_orig
|
||||
photon_energy_in_eV=`bc <<< "$photon_energy_in_ryd * 13.60569253"
|
||||
echo $photon_energy_in_eV $everything_else`
|
||||
done < $continuum_file_orig
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user