Skip to content

Refactoring: changed return types from bool to void

Jakub Klinkovský requested to merge cineca/refactoring into develop

Functions/methods either returning true or throwing an exception can simply return void or throw an exception.

CC @oberhuber @hanousek

Merge request reports