Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to identify a material in subroutines

Status
Not open for further replies.

hamadadf

Civil/Environmental
Mar 3, 2006
62
0
0
CA
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?
 
Status
Not open for further replies.
Back
Top