Closed trmcnealy closed 4 years ago
CFortranTranslator.exe -Ff daxpy.f > axpy.cpp Error : syntax error, unexpected '*' (line 2:0, index = 1, len = 1), current token is META_ANY (id = -308) : "*" *> \brief \b DAXPY\n*\n ^$ Fatal : Syntex error.
*> \brief \b DAXPY * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * * Definition: * ===========
R:\>CFortranTranslator.exe -Ff daxpy.f > axpy.cpp Error : syntax error, unexpected '*' (line 103:10, index = 2321, len = 1), current token is META_ANY (id = -308) : "*" DOUBLE PRECISION DX(*),DY(*)\nC ..\nC\nC ^$ Cost time:8
* ===================================================================== SUBROUTINE DAXPY(N,DA,DX,INCX,DY,INCY) * * -- Reference BLAS level1 routine (version 3.8.0) -- * -- Reference BLAS is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * November 2017 * * .. Scalar Arguments .. DOUBLE PRECISION DA INTEGER INCX,INCY,N * .. * .. Array Arguments .. DOUBLE PRECISION DX(*),DY(*) * .. * * =====================================================================
DOUBLE PRECISION DX(*), we don't support this statement currently. I mean the star inside the parentheses
DOUBLE PRECISION DX(*)