Skip to content

Commit 31dad72

Browse files
The9CatCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 4175b1e commit 31dad72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

expui/BiorthBasis.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ namespace BasisClasses
15031503
if (conf["cmapz" ]) cmapZ = conf["cmapz" ].as<int>();
15041504
if (conf["ignore" ]) Ignore = conf["ignore" ].as<bool>();
15051505
if (conf["deproject" ]) deproject = conf["deproject" ].as<bool>();
1506-
if (conf["dmodel" ]) dmodel = conf["dmodel" ].as<string>();
1506+
if (conf["dmodel" ]) dmodel = conf["dmodel" ].as<std::string>();
15071507

15081508
if (conf["aratio" ]) aratio = conf["aratio" ].as<double>();
15091509
if (conf["hratio" ]) hratio = conf["hratio" ].as<double>();

0 commit comments

Comments
 (0)