Skip to content

Fix condition in RuntimeDeviceConfiguration

Kenneth Moreland requested to merge kmorel/vtk-m:bad-rdc-condition into master

RuntimeDeviceConfiguration is supposed to log a warning if a specific device returns a non-success status other than simply an invalid option. However, the condition was wrong and warnings never happened.

Merge request reports