Skip to content

Commit

Permalink
add config option
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer2368 committed Jun 14, 2024
1 parent e5e41e1 commit 9fa0656
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/read_config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ void setupROMConfigOption(po::options_description &rom_cfg)
("ROM.offline.basis_file", po::value<std::string>()->default_value(""),
"File name for libROM snapshot/POD matrices.")
("ROM.offline.save_librom_snapshot", po::value<bool>()->default_value(false),
"Save libROM snapshot file at FOM simulation.");
"Save libROM snapshot file at FOM simulation.")
("ROM.offline.variable", po::value<std::string>()->default_value(""),
"FOM variable to perform POD: either orbitals or potential.");
}
#endif
#endif

0 comments on commit 9fa0656

Please sign in to comment.