Closed ngc92 closed 4 years ago
this removes one superfluous memory allocation: We can use the w_new array in place of w0, which gets rid of one allocation/deallocation pair
w_new
w0
this had been handled in #67
this removes one superfluous memory allocation: We can use the
w_new
array in place ofw0
, which gets rid of one allocation/deallocation pair