TxtFile
TxtFile
is designed to handle the text-based file (ASCII format files). These files can be read and edited by humans.
Methodsβ
ποΈ ConvertMarkdownToSource
This method reads a markdown file and extracts the Fortran code blocks, converting them into a Fortran source file.
ποΈ Read
This method reads data from a file into various Fortran data types, including scalars, vectors, and instances of IntVector and RealVector.
ποΈ ReadLine
This method reads a single line from a given text file.
ποΈ Structure
TxtFile is a subclass of FortranFile.