Skip to content

Commit 5f151bc

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 cb5e150 commit 5f151bc

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
@@ -1728,7 +1728,7 @@ namespace BasisClasses
17281728
}
17291729
catch (const std::out_of_range& err) {
17301730
if (myid==0) {
1731-
std::cout << "DeprojType error in configuraton file" << std::endl;
1731+
std::cout << "DeprojType error in configuration file" << std::endl;
17321732
std::cout << "Valid options are: ";
17331733
for (auto v : dplookup) std::cout << v.first << " ";
17341734
std::cout << std::endl;

0 commit comments

Comments
 (0)