Skip to content

Commit

Permalink
fix: Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
abensonca authored Dec 3, 2023
1 parent 989ef42 commit 0208831
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 0208831

Please sign in to comment.