Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer2368 committed Mar 14, 2024
1 parent 49095d5 commit 0d883f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/linalg/BasisGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class BasisGenerator
const std::string& kind = "basis",
int col_min = 0,
int col_max = 1e9,
Database::formats db_format = Database::HDF5);
Database::formats db_format = Database::formats::HDF5);

/**
* @brief Load previously saved sample (basis or state).
Expand Down

0 comments on commit 0d883f1

Please sign in to comment.