1
1

Added choice annonotation to MPI_Pack arguments.

This commit was SVN r4117.
Этот коммит содержится в:
Craig E Rasmussen 2005-01-22 21:06:05 +00:00
родитель 37721f96a3
Коммит ea6163cd6b

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

@ -6834,7 +6834,7 @@
<!-- ARGUMENT : inbuf -->
<arg name="inbuf" intent="in">
<type kind="ptr">
<type kind="ptr" idl="choice">
<indirect depth="1" kind="pointer">
<type kind="void" >
</type>
@ -6856,7 +6856,7 @@
<!-- ARGUMENT : outbuf -->
<arg name="outbuf" intent="out">
<type kind="ptr" >
<type kind="ptr" idl="choice">
<indirect depth="1" kind="pointer">
<type kind="void" >
</type>