yuhang
/
Stage-Discharge-Relation
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
967b40440eb35345f5235b6572a0b8df3c16b484
Authored by
NightIsDark
2021-01-14 12:05:43 +0800
1 parent
d297bbc3
temp
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
CMakeLists.txt
calc_gate.h
CMakeLists.txt
View file @
967b404
...
...
@@ -4,6 +4,7 @@ endforeach()
4
4
5
5
aux_source_directory(. DIR_SRCS)
6
6
add_library(Stage-Discharge-Relation ${CMAKE_LIB_TYPE} ${DIR_SRCS})
7
+target_link_libraries(Stage-Discharge-Relation "log")
7
8
8
9
add_subdirectory("test-hdsmf")
9
10
...
...
calc_gate.h
View file @
967b404
1
1
#ifndef _CALC_GATE_H
2
2
#define _CALC_GATE_H
3
3
4
+#include "wisfarm-config.h"
5
+
4
6
#define g 9.81
5
7
6
8
struct param_gate{
...
...