@@ -820,7 +820,7 @@ namespace dftfe
820820 if (!d_dftPtr->getParametersObject ().reproducible_output )
821821 {
822822 pcout << std::endl
823- << " --Path Length: " << Length << " Bohr" << std::endl;
823+ << " --Max Path Length: " << Length << " Bohr" << std::endl;
824824 pcout << " ----------------------------------------------"
825825 << std::endl;
826826 }
@@ -927,7 +927,7 @@ namespace dftfe
927927 if (!d_dftPtr->getParametersObject ().reproducible_output )
928928 {
929929 pcout << std::endl
930- << " --Path Length: " << Length << " Bohr" << std::endl;
930+ << " --Max Path Length: " << Length << " Bohr" << std::endl;
931931 pcout << " ----------------------------------------------"
932932 << std::endl;
933933 }
@@ -1057,7 +1057,7 @@ namespace dftfe
10571057 if (!d_dftPtr->getParametersObject ().reproducible_output )
10581058 {
10591059 pcout << std::endl
1060- << " --Path Length: " << Length << " Bohr" << std::endl;
1060+ << " --Max Path Length: " << Length << " Bohr" << std::endl;
10611061 pcout << " ----------------------------------------------" << std::endl;
10621062 }
10631063 dftfe::Int FlagTotal = std::accumulate (Flag.begin (), Flag.end (), 0 );
@@ -1608,7 +1608,7 @@ namespace dftfe
16081608 double Length = 0.0 ;
16091609 Length = CalculatePathLength (false );
16101610 pcout << std::endl
1611- << " --Path Length: " << Length << " Bohr" << std::endl;
1611+ << " --Max Path Length: " << Length << " Bohr" << std::endl;
16121612 step_time = MPI_Wtime () - step_time;
16131613 pcout << " Time taken for initial dft solve of all images: " << step_time
16141614 << std::endl;
0 commit comments