-
cmaffeo2 authored
(1) Protect dynamic memory allocations with conditionals to prevent zero-byte allocations (2) Correctly initialize device data for particles_d using sizeof(int) instead of sizeof(int*)
cmaffeo2 authored(1) Protect dynamic memory allocations with conditionals to prevent zero-byte allocations (2) Correctly initialize device data for particles_d using sizeof(int) instead of sizeof(int*)
Loading