Skip to content

Commit eb8ace3

Browse files
committed
remote diagnostic output
1 parent 9a0c89b commit eb8ace3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/unit_rxn_data/test_rxn_SIMPOL_phase_transfer.F90

-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ logical function run_SIMPOL_phase_transfer_tests() result(passed)
6060
camp_solver_data => camp_solver_data_t()
6161

6262
if (camp_solver_data%is_solver_available()) then
63-
write(*,*) "Running SIMPOL phase transfer reaction test for single particle aerosol"
6463
passed = run_SIMPOL_phase_transfer_test(1)
65-
write(*,*) "Running SIMPOL phase transfer reaction test for modal aerosol"
6664
passed = passed .and. run_SIMPOL_phase_transfer_test(2)
6765
else
6866
call warn_msg(713064651, "No solver available")

0 commit comments

Comments
 (0)