From 3f46f6fc0b32a3ae85e1079493cecaca0b0a8442 Mon Sep 17 00:00:00 2001
From: kamischi <karl-michael.schindler@web.de>
Date: Fri, 17 May 2024 23:49:17 +0200
Subject: [PATCH] Fix typo in boson.f90 from commit before

---
 source/f90/boson.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/f90/boson.f90 b/source/f90/boson.f90
index fad627a..c12f39c 100644
--- a/source/f90/boson.f90
+++ b/source/f90/boson.f90
@@ -73,7 +73,7 @@ program boson
   debug = .false.
 
   call doboson(t, width, gauss, asym, emin, emax, &
-               wmin, wmax, np, p2, debug xout, yout, nout)
+               wmin, wmax, np, p2, debug, xout, yout, nout)
 
   open(unit = 14, file = 'bosou')
   write(14, '(a, a, f6.1, a, f5.2)') comment(1), 'T =', t, ' GAUSS =', gauss
-- 
GitLab