Skip to content

Commit

Permalink
comment corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
chrxh committed Sep 28, 2024
1 parent 25507e8 commit 29fb010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/EngineGpuKernels/MutationProcessor.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ __inline__ __device__ void MutationProcessor::duplicateMutation(SimulationData&
targetGenome[i] = genome[i];
}

//copy duplicated part
//copy segment for duplication
if (!duplicatedSegmentContainsSelfReplicator) {
for (int i = 0; i < sizeDelta; ++i) {
targetGenome[startTargetIndex + i] = genome[startSourceIndex + i];
Expand Down

0 comments on commit 29fb010

Please sign in to comment.