hamadadf
Civil/Environmental
- Mar 3, 2006
- 62
How can i identify a certain material in the subroutine?
Like i wanna do something like this if i have material x and y
If (material .eq. x) then
follow a certain logic
if (material .eq. y) then
follow another logic.
So how can i do that?
Like i wanna do something like this if i have material x and y
If (material .eq. x) then
follow a certain logic
if (material .eq. y) then
follow another logic.
So how can i do that?