In the subroutine CORSTR, I want to use the connectivity table (IKLE) and de areas of elements (SURFAC).
When I use the alias IKLE and SURFAC in this subroutine, I get the following messages :
I1 = IKLE(IELEM,1)
1
Error: Unclassifiable statement at (1)
t2dfort.f:91.8:
I2 = IKLE(IELEM,2)
1
Error: Unclassifiable statement at (1)
t2dfort.f:92.8:
I3 = IKLE(IELEM,3)
1
Error: Unclassifiable statement at (1)
t2dfort.f:95.13:
SURF=SURFAC(IELEM)
1
Error: Function 'surfac' at (1) has no IMPLICIT type
ERREUR A LA COMPILATION
I suppose that my problem come from declarations in CORSTR.
The fortan file is attached.
I have tried many declarations without succes, somebody can help me ?
Thanks !!
Christophe
File Attachment:
File Name:
test2.fFile Size: 4 KB