HORSES3D
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
getCharArrayFromString
Subroutine
46 statements
Source File
FileReading.f90
FileReadingUtilities
getCharArrayFromString
Contents
public subroutine getCharArrayFromString(line, linelength, array)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
line
integer
::
linelength
character(len=linelength),
allocatable
::
array
(:)