Specifications

Visual Fortran Run-Time Errors Page 36 of 48
(’size1’ and ’size2’)
FOR$IOS_F6718. ORDER specifies the order of the array dimensions given in
SHAPE, and they must be vectors of the same size.
674
severe (674): Element ’n’ of ORDER argument to RESHAPE is out of range
(’range’)
FOR$IOS_F6719. The ORDER argument specifies the order of the dimensions of the
reshaped array, and it must be a permuted list of (1, 2, ..., n) where n is the highest
dimension in the reshaped array.
675
severe (675): Value ’val’ occurs twice in ORDER argument to RESHAPE
FOR$IOS_F6720. The ORDER vector specifies the order of the dimensions of the
reshaped array, and it must be a permuted list of (1, 2, ..., n) where n is the highest
dimension in the reshaped array. No dimension can occur twice.
676
severe (676): Impossible nextelt overflow in RESHAPE
FOR$IOS_F6721.
677
severe (677): Invalid value ’dim’ for argument DIM for SPREAD of rank ’rank’
source
FOR$IOS_F6722. The argument specified for DIM to SPREAD must be greater than
or equal to 1, and less than or equal to one larger than the number of dimensions (rank)
of SOURCE. Consider the following statement:
result = SPREAD (SOURCE= array, DIM = dim, NCOPIES = k)
In this case, 1 <= dim <= n + 1, where n is the number of dimensions in array.
678
severe (678): Complex zero raised to power zero
FOR$IOS_F6723. Zero of any type (complex, real, or integer) cannot be raised to zero
power.
679
severe (679): Complex zero raised to negative power
FOR$IOS_F6724. Zero of any type (complex, real, or integer) cannot be raised to a
negative power. Raising to a negative power inverts the operand.
680
severe (680): Impossible error in NAMELIST input
FOR$IOS_F6725.
681
severe (681):DIM argument to CSHIFT (’dim’) is out of range
FOR$IOS_F6726. The optional argument DIM specifies the dimension along which to
perform the circular shift, and must be greater than or equal to 1 and less than or equal