Skip to content

Commit a39962c

Browse files
committed
remove dead doxygen
1 parent d6b2343 commit a39962c

25 files changed

+1
-75
lines changed

src/common/m_compile_specific.f90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
!>
22
!! @file m_compile_specific.f90
33
!! @brief Contains module m_compile_specific
4-
!! @author S. Bryngelson, K. Schimdmayer, V. Coralic, J. Meng, K. Maeda, T. Colonius
5-
!! @version 1.0
6-
!! @date JUNE 06 2019
74

85
!> @brief This module contains subroutines that are compiler specific
96
module m_compile_specific

src/common/m_derived_types.f90

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
!>
22
!! @file m_derived_types.f90
33
!! @brief Contains module m_derived_types
4-
!! @author S. Bryngelson, K. Schimdmayer, V. Coralic, J. Meng, K. Maeda, T. Colonius
5-
!! @version 1.0
6-
!! @date JUNE 06 2019
4+
75
!> @brief This file contains the definitions of all of the custom-defined
86
!! types used in the pre-process code.
97
module m_derived_types

src/post_process/m_data_input.f90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
!>
22
!! @file m_data_input.f90
33
!> @brief Contains module m_data_input
4-
!! @author S. Bryngelson, K. Schimdmayer, V. Coralic, J. Meng, K. Maeda, T. Colonius
5-
!! @version 1.0
6-
!! @date JUNE 06 2019
74

85
!> @brief This module features procedures, which for a specific time-step,
96
!! read in the raw simulation data for the grid and the conservative

src/post_process/m_data_output.f90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
!>
22
!! @file m_data_output.f90
33
!! @brief Contains module m_data_output
4-
!! @author S. Bryngelson, K. Schimdmayer, V. Coralic, J. Meng, K. Maeda, T. Colonius
5-
!! @version 1.0
6-
!! @date JUNE 06 2019
74

85
!> @brief This module enables the restructuring of the raw simulation data
96
!! file(s) into formatted database file(s). The formats that may be

src/post_process/m_global_parameters.f90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
!>
22
!! @file m_global_parameters.f90
33
!! @brief Contains module m_global_parameters
4-
!! @author S. Bryngelson, K. Schimdmayer, V. Coralic, J. Meng, K. Maeda, T. Colonius
5-
!! @version 1.0
6-
!! @date JUNE 06 2019
74

85
!> @brief This module contains all of the parameters characterizing the
96
!! computational domain, simulation algorithm, stiffened equation of

src/post_process/m_mpi_proxy.f90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
!>
22
!! @file m_mpi_proxy.f90
33
!! @brief Contains module m_mpi_proxy
4-
!! @author S. Bryngelson, K. Schimdmayer, V. Coralic, J. Meng, K. Maeda, T. Colonius
5-
!! @version 1.0
6-
!! @date JUNE 06 2019
74

85
!> @brief This module serves as a proxy to the parameters and subroutines
96
!! available in the MPI implementation's MPI module. Specifically,

src/post_process/m_start_up.f90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
!>
22
!! @file m_start_up.f90
33
!! @brief Contains module m_start_up
4-
!! @author S. Bryngelson, K. Schimdmayer, V. Coralic, J. Meng, K. Maeda, T. Colonius
5-
!! @version 1.0
6-
!! @date JUNE 06 2019
74

85
!> @brief This module contains the subroutines that read in and check the
96
!! consistency of the user provided inputs.

src/post_process/m_variables_conversion.f90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
!>
22
!! @file m_variables_conversion.f90
33
!! @brief Contains module m_variables_conversion
4-
!! @author S. Bryngelson, K. Schimdmayer, V. Coralic, J. Meng, K. Maeda, T. Colonius
5-
!! @version 1.0
6-
!! @date JUNE 06 2019
74

85
!> @brief This module consists of subroutines used in the conversion of the
96
!! conservative variables into the primitive variables. In addition,

src/post_process/p_main.f90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
!>
22
!! @file p_main.f90
33
!! @brief Contains program p_main
4-
!! @author S. Bryngelson, K. Schimdmayer, V. Coralic, J. Meng, K. Maeda, T. Colonius
5-
!! @version 1.0
6-
!! @date JUNE 06 2019
74

85
!> @brief The post-process restructures raw unformatted data, outputted by
96
!! the simulation, into a formatted database, Silo-HDF5 or Binary,

src/pre_process/m_data_output.f90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
!>
22
!! @file m_data_output.f90
33
!! @brief Contains module m_data_output
4-
!! @author S. Bryngelson, K. Schimdmayer, V. Coralic, J. Meng, K. Maeda, T. Colonius
5-
!! @version 1.0
6-
!! @date JUNE 06 2019
74

85
!> @brief This module takes care of writing the grid and initial condition
96
!! data files into the "0" time-step directory located in the folder

0 commit comments

Comments
 (0)