ashu28
2006-04-13, 16:39
Hi!
I am having the following problem in UMAT code:
When I call a function which passes many variables that can't be written on a single line, I write it as
CALL FUNC_NAME(var1,var2,var3
1 var4,var5,var6,var7)
ABAQUS 6.5 somehow gives a SYNTAX error for this which I am having a hard time debugging.
Instead, this line compiles without any error (of course there are errors afterwards)
CALL FUNC_NAME(var1,var2,var3)
This shows that the calling statement format is somehow not correct.
Can anyone tell me what is the problem here?
Ashu
I am having the following problem in UMAT code:
When I call a function which passes many variables that can't be written on a single line, I write it as
CALL FUNC_NAME(var1,var2,var3
1 var4,var5,var6,var7)
ABAQUS 6.5 somehow gives a SYNTAX error for this which I am having a hard time debugging.
Instead, this line compiles without any error (of course there are errors afterwards)
CALL FUNC_NAME(var1,var2,var3)
This shows that the calling statement format is somehow not correct.
Can anyone tell me what is the problem here?
Ashu