From 0208831c79d6becadd1762796b9c4010eb0d57cf Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Sun, 3 Dec 2023 15:20:44 -0800 Subject: [PATCH] fix: Remove debugging code --- .../interface.Cloudy.collisional_ionization_equilibrium.F90 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/interface.Cloudy.collisional_ionization_equilibrium.F90 b/source/interface.Cloudy.collisional_ionization_equilibrium.F90 index 32446f8f4c..4f51c5c018 100644 --- a/source/interface.Cloudy.collisional_ionization_equilibrium.F90 +++ b/source/interface.Cloudy.collisional_ionization_equilibrium.F90 @@ -90,11 +90,6 @@ subroutine Interface_Cloudy_CIE_Tabulate(metallicityMaximumLogarithmic,fileNameC ! Ensure the requested file format version is compatible. if (versionFileFormat /= versionFileFormatCurrent) call Error_Report(var_str("this interface supports file format version ")//versionFileFormatCurrent//" but version "//versionFileFormat//" was requested"//{introspection:location}) ! Determine if we need to compute cooling functions. - - - do a read lock first, then a write lock if we need to update, checking for update each time - then we also need to lock in the cooling.cooling_function_CIE_file.F90 code (read lock) and same for the corresponding chemical state file - computeCoolingFunctions=.false. call File_Lock(char(fileNameCoolingFunction),fileLockCoolingFunction) call File_Lock(char(fileNameChemicalState ),fileLockChemicalState )