Skip to content

Commit

Permalink
print all computed elementsf
Browse files Browse the repository at this point in the history
  • Loading branch information
ahurta92 committed Jul 1, 2024
1 parent 0caddd4 commit 65d717d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/molresponse/maddft/response_manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ class ResponseCalcManager
if (world.rank() == 0)
{
::print("Beta values for omega_a = ", omega_a, " omega_b = ", omega_b, " omega_c = ", omega_c);
for (int i = 0; i < 10; i++)
for (int i = 0; i < beta_directions.size(); i++)
{
if (world.rank() == 0)
{
Expand Down

0 comments on commit 65d717d

Please sign in to comment.