From cf5e3c368f2fd1f8fb4000f0901a5d5e33d0ee26 Mon Sep 17 00:00:00 2001 From: mahmood19227 Date: Sat, 8 Jul 2023 15:35:07 +0330 Subject: [PATCH] ConfigurationToJson Completed --- CSharp/BasicInputs/Bha/CStringConfigurationVariables.f90 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CSharp/BasicInputs/Bha/CStringConfigurationVariables.f90 b/CSharp/BasicInputs/Bha/CStringConfigurationVariables.f90 index d3106a4..ca1a946 100644 --- a/CSharp/BasicInputs/Bha/CStringConfigurationVariables.f90 +++ b/CSharp/BasicInputs/Bha/CStringConfigurationVariables.f90 @@ -1,5 +1,4 @@ module CStringConfigurationVariables - ! !@use ConfigurationVariables, only: Configuration implicit none public !constants @@ -13,10 +12,6 @@ module CStringConfigurationVariables integer :: PDC_BitType = 1 integer :: Rock_BitType = 2 - - - ! types - ! Pipe Items in String Array type, bind(c), public :: CStringItem integer :: ComponentType real(8) :: NumberOfJoint @@ -29,8 +24,6 @@ module CStringConfigurationVariables character(1) :: Grade end type CStringItem - ! types - ! Pipe Items in String Array type, bind(c), public :: CBitInfo integer :: BitType real(8) :: BitSize