Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:lreis2415/SEIMS into update_doc_fxy
Browse files Browse the repository at this point in the history
  • Loading branch information
yumirice committed Nov 22, 2024
2 parents 1f91bb1 + 5876e34 commit 3fd9ceb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ int InterFlow_IKW::Execute() {
"Please check the error message for more information");
}
}
//return 0;
return 0;
}

bool InterFlow_IKW::CheckInputSize(const char *key, int n) {
Expand Down Expand Up @@ -253,7 +253,6 @@ void InterFlow_IKW::Set1DData(const char *key, int n, float *data) {
throw ModelException(M_IKW_IF[0], "Set1DData", "Parameter " + s
+ " does not exist.");
}

}

void InterFlow_IKW::Get1DData(const char *key, int *n, float **data) {
Expand Down

0 comments on commit 3fd9ceb

Please sign in to comment.