Skip to content

Commit 7c27f7a

Browse files
author
PROG\yxiong
committedFeb 12, 2024
2 parents 0f7f0a5 + 7211cf7 commit 7c27f7a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
 

‎README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
# readSEAM
1+
# 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

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#include <iostream>
32
#include <fstream>
43
#include <sstream>
@@ -13,8 +12,6 @@
1312
#include "ExcFileReader.h"
1413
#include "JunFileReader.h"
1514

16-
std::string UNIFIL, FNCFIL;
17-
1815
int main()
1916
{
2017
DirFileReader dirReader;

0 commit comments

Comments
 (0)