From 50b24a6566aa97755599fc6f4cda04939d105334 Mon Sep 17 00:00:00 2001 From: Jonathan Schilling Date: Tue, 15 Oct 2024 13:40:41 +0200 Subject: [PATCH] add dbgout for residuals calc & radial preconditioning --- Sources/General/residue.f90 | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/General/residue.f90 b/Sources/General/residue.f90 index aefba0f..f947227 100755 --- a/Sources/General/residue.f90 +++ b/Sources/General/residue.f90 @@ -9,6 +9,7 @@ SUBROUTINE residue_par (gcr, gcz, gcl) USE parallel_vmec_module, ONLY: tlglob_arr, trglob_arr, & lactive, SAXLASTNTYPE USE blocktridiagonalsolver, ONLY: L_COLSCALE + USE dbgout IMPLICIT NONE !-----------------------------------------------