Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AmpTools/IUAmpTools/AmplitudeManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ SCOREP_USER_REGION_BEGIN( calcIntegralsA, "calcIntegralsA", SCOREP_USER_REGION_T

unsigned int startEvent = iChunk * chunkSize;
unsigned int nEvents = a.m_iNEvents;
// for chuncked calculation:
// for chunked calculation:
// the number of events to process is the chunk size unless
// it is the last chunk then it is the remainder
if( chunkSize != 0 ){
Expand Down
Loading