Changeset 6294b6 for src/Actions
- Timestamp:
- Aug 11, 2025, 5:43:56 PM (6 months ago)
- Branches:
- Candidate_v1.7.0, Candidate_v1.7.1, stable
- Children:
- c41ce0
- Parents:
- c099dc
- git-author:
- Frederik Heber <frederik.heber@…> (05/02/24 22:20:01)
- git-committer:
- Frederik Heber <frederik.heber@…> (08/11/25 17:43:56)
- Location:
- src/Actions
- Files:
-
- 2 edited
-
CommandAction/VerboseAction.cpp (modified) (1 diff)
-
FragmentationAction/FragmentationAutomationAction.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/CommandAction/VerboseAction.cpp
rc099dc r6294b6 58 58 // set new verbosity 59 59 setVerbosity(params.verbosity.get()); 60 LOG(0, "Setting verbosity from " << oldverbosity << " to " << params.verbosity.get() << ".");60 LOG(0, "Setting verbosity from " << oldverbosity << " to " << getVerbosity() << "."); 61 61 } else { 62 62 LOG(0, "Verbosity remains unchanged at " << oldverbosity << "."); -
src/Actions/FragmentationAction/FragmentationAutomationAction.cpp
rc099dc r6294b6 250 250 const bool AddJobsStatus = mpqccontroller.addJobsFromQueue( 251 251 params.DoLongrange.get() ? MPQCData::DoSampleDensity : MPQCData::DontSampleDensity, 252 params.DoValenceOnly.get() ? MPQCData::DoSampleValenceOnly : MPQCData::DontSampleValenceOnly 252 params.DoValenceOnly.get() ? MPQCData::DoSampleValenceOnly : MPQCData::DontSampleValenceOnly, 253 getVerbosity() 253 254 ); 254 255 if (AddJobsStatus)
Note:
See TracChangeset
for help on using the changeset viewer.
