mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-15 18:38:23 +01:00
added stub function for vertical change in closed case
This commit is contained in:
parent
5c39743c6f
commit
69ca773afa
@ -52,6 +52,10 @@ double calcVerticalChange(Grid grid, int row, int col) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
double calcVerticalChangeClosed() {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
double calcHorizontalChangeLeftBoundary(Grid grid, Boundary bc, int row, int col) {
|
double calcHorizontalChangeLeftBoundary(Grid grid, Boundary bc, int row, int col) {
|
||||||
|
|
||||||
double result =
|
double result =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user