1
1
This commit was SVN r23864.
Этот коммит содержится в:
Jeff Squyres 2010-10-07 21:04:27 +00:00
родитель 2db4c2617e
Коммит 21a5f855e5
2 изменённых файлов: 1 добавлений и 1 удалений

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

@ -85,7 +85,6 @@ array_of_displacements argument. The newly created datatype has
n x S ^count-1
i = 0 B[i] entries:
.nf
{(type(0), disp(0) + D[0]* ex), ...,
(type(n-1), disp(n-1) + D[0]* ex), ...,
(type(0), disp(0) + (D[0] + B[0]-1)* ex), ...,

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

@ -68,6 +68,7 @@ Similarly, the upper bound of Typemap is defined to be
ub(Typemap) = ( basic type ub
(max(j) {disp(j) such that type(j) = ub} otherwise
.fi
Then
.nf