From a3c4c11e532c6223b7edd9ec49369a82c93ff7cc Mon Sep 17 00:00:00 2001
From: Georgina Sampson-olalde <georgina.sampson-olalde@irap.omp.eu>
Date: Wed, 16 Apr 2025 16:41:50 +0200
Subject: [PATCH] fortran fix

---
 LabTools/IRAP/GSO/make_sed_tables_gso_test.pro | 3 +++
 1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/LabTools/IRAP/GSO/make_sed_tables_gso_test.pro b/LabTools/IRAP/GSO/make_sed_tables_gso_test.pro
index 3499884..ed880ce 100644
--- a/LabTools/IRAP/GSO/make_sed_tables_gso_test.pro
+++ b/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
     '2': begin ; ======= This is to produce a grid with the DBP90 model
       message, 'Case 2', /info
 
+      ; Parallel Fortran 
+      fortran_user=dustem_set_up_fortran(/random_name)   ;use a random fortran number
+
       !quiet = 1
       model = 'DBP90'
 
--
libgit2 0.21.2