|
板凳
楼主 |
发表于 2020-2-25 13:21:25
|
只看该作者
这是个比较大的程序,代码有50多M,见链接(windows 版本): https://www.wiley.com/legacy/wileychi/desouzaneto/files.html
编译采用VS2010+IVF2013,错误提示如下:
E:\work directory\HYPLAS_v2.0\src\MATERIALS\matior.f(30): error #6634: The shape matching rules of actual arguments and dummy arguments have been violated. [RALGVA]
CALL ORVM(RALGVA ,16 ,NTYPE ,RSTAVA ,STRES )
------------------^
E:\work directory\HYPLAS_v2.0\src\MATERIALS\matict.f(114): error #6634: The shape matching rules of actual arguments and dummy arguments have been violated. [RALGVA]
1( RALGVA ,DMATX ,EPFLAG ,IPROPS ,NTYPE ,
----------^
E:\work directory\HYPLAS_v2.0\src\MATERIALS\matict.f(140): error #6634: The shape matching rules of actual arguments and dummy arguments have been violated. [RALGVA]
1( RALGVA ,DMATX ,EPFLAG ,IPROPS ,NTYPE ,
----------^
E:\work directory\HYPLAS_v2.0\src\MATERIALS\matict.f(213): error #6634: The shape matching rules of actual arguments and dummy arguments have been violated. [RALGVA]
1( RALGVA ,DMATX ,EPFLAG ,IPROPS ,NTYPE ,
----------^
E:\work directory\HYPLAS_v2.0\src\TRESCA\sutr.f(60): error #7983: The storage extent of the dummy argument exceeds that of the actual argument. [STREST]
CALL SPDEC2(EIGPRJ,PSTRS,DUMMY,STREST)
-------------------------------------^
E:\work directory\HYPLAS_v2.0\src\GENERAL\initia.f(44): error #8284: If the actual argument is scalar, the dummy argument shall be scalar unless the actual argument is of type character or is an element of an array that is not assumed shape, pointer, or polymorphic. [LALGVL]
CALL MATISW
---------------^
E:\work directory\HYPLAS_v2.0\src\GENERAL\initia.f(44): error #8284: If the actual argument is scalar, the dummy argument shall be scalar unless the actual argument is of type character or is an element of an array that is not assumed shape, pointer, or polymorphic. [RALGVL]
CALL MATISW
---------------^
E:\work directory\HYPLAS_v2.0\src\GENERAL\initia.f(44): error #8284: If the actual argument is scalar, the dummy argument shall be scalar unless the actual argument is of type character or is an element of an array that is not assumed shape, pointer, or polymorphic. [RSTAVL]
CALL MATISW
---------------^
E:\work directory\HYPLAS_v2.0\src\GENERAL\initia.f(44): error #8284: If the actual argument is scalar, the dummy argument shall be scalar unless the actual argument is of type character or is an element of an array that is not assumed shape, pointer, or polymorphic. [STRESL]
CALL MATISW
---------------^
E:\work directory\HYPLAS_v2.0\src\DRUCKER_PRAGER\sudppn.f(69): error #6634: The shape matching rules of actual arguments and dummy arguments have been violated. [RALGVA]
1( RALGVA ,DMATX ,EPFLAG ,IPROPS ,LALGVA ,
----------^
E:\work directory\HYPLAS_v2.0\src\MATERIALS\matisu.f(95): error #6634: The shape matching rules of actual arguments and dummy arguments have been violated. [RALGVA]
1( RALGVA ,IPROPS ,LALGVA ,NTYPE ,RPROPS ,
----------^
E:\work directory\HYPLAS_v2.0\src\MATERIALS\matisu.f(99): error #6634: The shape matching rules of actual arguments and dummy arguments have been violated. [RALGVA]
1( RALGVA ,IPROPS ,LALGVA ,NTYPE ,RPROPS ,
----------^
E:\work directory\HYPLAS_v2.0\src\MATERIALS\matisu.f(121): error #6634: The shape matching rules of actual arguments and dummy arguments have been violated. [RALGVA]
1( RALGVA ,IPROPS ,LALGVA ,NTYPE ,RPROPS ,
----------^
E:\work directory\HYPLAS_v2.0\src\MATERIALS\matisu.f(213): error #6634: The shape matching rules of actual arguments and dummy arguments have been violated. [RALGVA]
1( RALGVA ,IPROPS ,LALGVA ,NTYPE ,RPROPS ,
----------^
E:\work directory\HYPLAS_v2.0\src\MOHR_COULOMB\sumc.f(67): error #7983: The storage extent of the dummy argument exceeds that of the actual argument. [STREST]
CALL SPDEC2(EIGPRJ,PSTRS,DUMMY,STREST)
-------------------------------------^
Hytest1 - 22 error(s), 0 warning(s) |
|