Skip to content

Commit

Permalink
Removing couts from pseudoConverter
Browse files Browse the repository at this point in the history
  • Loading branch information
kartickr committed Apr 19, 2024
1 parent d3c245e commit 83fd23c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pseudoConverters/pseudoPotentialToDftfeConverter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,6 @@ namespace dftfe
{
w = tolower(w);
}
std::cout << orbital_string_nl[1];
char n = orbital_string_nl[0];
char l;
if (orbital_string_nl[1] == 's')
Expand Down

0 comments on commit 83fd23c

Please sign in to comment.