- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everybody!
I'm trying to write a subroutine to LS Dyna code and am getting this error. It however compiles and generates the executable file. When I run the executable in my application, it will show me another error (attached herewith).
Attached herewith is the code dyn21.f. I ony modified the umat41 and umat41v.
Can anybody please help? I'm new to programming.
Thanks in advance.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In subroutine umat41 you have expressions that reference d(1), d(2) and d(3). You should probably declare d as an array (of size 3 or as appropriate) and device a way to supply values for the array array elements.
If there are errors during the build of an EXE or DLL, it is usually of no use to attempt to make sense of the error messages that are generated when the defective EXE or DLL is run.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page