1
1

Per Geoffroy Vallee, use the OPAL constant

This commit was SVN r28394.
Этот коммит содержится в:
Ralph Castain 2013-04-25 14:18:18 +00:00
родитель ef1b87dbf5
Коммит 8fd3c86e06

Просмотреть файл

@ -49,7 +49,7 @@ int ompi_info_register_framework_params(opal_pointer_array_t *component_map)
ompi_info_registered = true;
rc = opal_info_register_framework_params(component_map);
if (ORTE_SUCCESS != rc) {
if (OPAL_SUCCESS != rc) {
return rc;
}