We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a578f commit 36120a3Copy full SHA for 36120a3
1 file changed
expui/BiorthBasis.cc
@@ -1500,7 +1500,7 @@ namespace BasisClasses
1500
if (conf["ashift" ]) ashift = conf["ashift" ].as<double>();
1501
if (conf["rfactor" ]) rfactor = conf["rfactor" ].as<double>();
1502
if (conf["rtrunc" ]) rtrunc = conf["rtrunc" ].as<double>();
1503
- if (conf["pow" ]) ppow = conf["ppow" ].as<double>();
+ if (conf["ppow" ]) ppow = conf["ppow" ].as<double>();
1504
if (conf["mtype" ]) mtype = conf["mtype" ].as<std::string>();
1505
if (conf["dtype" ]) dtype = conf["dtype" ].as<std::string>();
1506
if (conf["vflag" ]) vflag = conf["vflag" ].as<int>();
0 commit comments