瀏覽代碼

ConfigurationToJson Completed

master
mahmood19227 1 年之前
父節點
當前提交
cf5e3c368f
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. +0
    -7
      CSharp/BasicInputs/Bha/CStringConfigurationVariables.f90

+ 0
- 7
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


Loading…
取消
儲存