Commit 8db624db authored by 刘乐's avatar 刘乐

1,删除多余的文件

parent 564481ba
# hydraulicModel
水力模型库
\ No newline at end of file
......@@ -19,7 +19,6 @@ public:
*@inpFile:inp文件
*@rptFile: 输出文件
*@binOutFile: 二进制输出文件
*@pviewprog: 回调函数
*/
bool hydrSimulation(char* inpFile, char* rptFile, char* binOutFile);
......@@ -28,7 +27,6 @@ public:
*@inpFile:inp文件
*@rptFile: 输出文件
*@binOutFile: 二进制输出文件
*@pviewprog: 回调函数
*/
bool qualitySimulation(char* inpFile, char* rptFile, char* binOutFile);
......
......@@ -52,6 +52,7 @@ namespace CivHydr {
private:
CivHydrCalc* mHydrCalc;
// 默认值
char* mInpFile = "test.inp"; // inp文件路径
char* mRptFile = "test.rpt"; // 报告文件
char* mBinOutFile = "test.bin";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment