Changeset 6294b6 for src/Actions/FragmentationAction
- Timestamp:
- Aug 11, 2025, 5:43:56 PM (2 months ago)
- Branches:
- Candidate_v1.7.0, 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.