Skip to content

Commit 31e8542

Browse files
authored
Update Model.cpp
change load_model, const uword domain_size ---> const int domain_size
1 parent 6339282 commit 31e8542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ bool save_model(const Model &m, const std::string &directory) {
240240
return success;
241241
}
242242

243-
Model load_model(const std::string &directory, const uword domain_size) {
243+
Model load_model(const std::string &directory, const int domain_size) {
244244

245245
mat domain_transitions;
246246
domain_transitions.load(directory + DOMAIN_TRANSITIONS);

0 commit comments

Comments
 (0)