Skip to content

Commit 36120a3

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 45a578f commit 36120a3

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
@@ -1500,7 +1500,7 @@ namespace BasisClasses
15001500
if (conf["ashift" ]) ashift = conf["ashift" ].as<double>();
15011501
if (conf["rfactor" ]) rfactor = conf["rfactor" ].as<double>();
15021502
if (conf["rtrunc" ]) rtrunc = conf["rtrunc" ].as<double>();
1503-
if (conf["pow" ]) ppow = conf["ppow" ].as<double>();
1503+
if (conf["ppow" ]) ppow = conf["ppow" ].as<double>();
15041504
if (conf["mtype" ]) mtype = conf["mtype" ].as<std::string>();
15051505
if (conf["dtype" ]) dtype = conf["dtype" ].as<std::string>();
15061506
if (conf["vflag" ]) vflag = conf["vflag" ].as<int>();

0 commit comments

Comments
 (0)