Commit a3c4c11e532c6223b7edd9ec49369a82c93ff7cc
1 parent
0e49c77d
Exists in
master
fortran fix
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
LabTools/IRAP/GSO/make_sed_tables_gso_test.pro
@@ -128,6 +128,9 @@ pro make_sed_tables_gso_test, test = test, show_seds = show_seds, grid_type = gr | @@ -128,6 +128,9 @@ pro make_sed_tables_gso_test, test = test, show_seds = show_seds, grid_type = gr | ||
128 | '2': begin ; ======= This is to produce a grid with the DBP90 model | 128 | '2': begin ; ======= This is to produce a grid with the DBP90 model |
129 | message, 'Case 2', /info | 129 | message, 'Case 2', /info |
130 | 130 | ||
131 | + ; Parallel Fortran | ||
132 | + fortran_user=dustem_set_up_fortran(/random_name) ;use a random fortran number | ||
133 | + | ||
131 | !quiet = 1 | 134 | !quiet = 1 |
132 | model = 'DBP90' | 135 | model = 'DBP90' |
133 | 136 |