소스 검색

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


불러오는 중...
취소
저장