We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f7f0a5 + 7211cf7 commit 7c27f7aCopy full SHA for 7c27f7a
README.md
@@ -1 +1,8 @@
1
-# readSEAM
+# readSEAM_inputFiles
2
+
3
+This script works for reading and storing the input files for SEAM solver and was written by using C++.
4
5
+It will be mainly used for TauDLL testing and evaluation purposes.
6
7
8
+Created by Yu Xiong@2024
main.cpp
@@ -1,4 +1,3 @@
-
#include <iostream>
#include <fstream>
#include <sstream>
@@ -13,8 +12,6 @@
13
12
#include "ExcFileReader.h"
14
#include "JunFileReader.h"
15
16
-std::string UNIFIL, FNCFIL;
17
18
int main()
19
{
20
DirFileReader dirReader;
0 commit comments