1
1

Fix a typo related to the conversion from ompi_pointer_array

to opal_pointer_array.

This commit was SVN r17023.
Этот коммит содержится в:
George Bosilca 2007-12-22 05:32:40 +00:00
родитель 4c2571b54c
Коммит 7eca186568

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

@ -29,7 +29,7 @@
#include <string.h>
#include "support.h"
#include "ompi/class/opal_pointer_array.h"
#include "opal/class/opal_pointer_array.h"
typedef union {
int ivalue;