From 66a4faffb85a4933ef8f1fe2d5eda1b3369aa483 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Mon, 9 Dec 2024 01:54:33 -0500 Subject: [PATCH] Update p_main.f90 --- src/pre_process/p_main.f90 | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pre_process/p_main.f90 b/src/pre_process/p_main.f90 index 544c0311a..53c362963 100644 --- a/src/pre_process/p_main.f90 +++ b/src/pre_process/p_main.f90 @@ -25,8 +25,6 @@ program p_main call s_initialize_mpi_domain() - ! Initialization of the MPI environment - call s_initialize_modules() call s_read_grid()