modernize

This commit is contained in:
Axel Kohlmeyer
2021-09-16 07:44:27 -04:00
parent 90225153d9
commit 5411075cc6

View File

@ -168,7 +168,7 @@ grdtyp *PPPMT::init(const int nlocal, const int nall, FILE *_screen,
UCL_READ_WRITE)==UCL_SUCCESS); UCL_READ_WRITE)==UCL_SUCCESS);
if (!success) { if (!success) {
flag=-3; flag=-3;
return 0; return nullptr;
} }
error_flag.device.zero(); error_flag.device.zero();