added stub function for vertical change in closed case

This commit is contained in:
philippun 2023-07-24 16:14:26 +02:00
parent 5c39743c6f
commit 69ca773afa

View File

@ -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 =