Skip to content

Commit 6b314fa

Browse files
author
Ben Wooding
committed
bug fix: typo in GPU_synthesis
1 parent dfa400f commit 6b314fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GPU_synthesis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10598,7 +10598,7 @@ void IMDP::finiteHorizonReachControllerSortedStoreMDP(bool IMDP_lower, size_t ti
1059810598
accTargetM[i] += (1.0-s);
1059910599
}else{
1060010600
temp0 += accdTT[i];
10601-
accTargetM += accdTT[i];
10601+
accTargetM[i] += accdTT[i];
1060210602
}
1060310603

1060410604
cdfAccessor0[i] = temp0;

0 commit comments

Comments
 (0)