Revision history of "User macro customized to change material data"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 11:51, 29 June 2023S g talk contribs 1,195 bytes +1,195 Created page with " Copy one of the <code>umacrXX.f</code> files from the <code>user</code> folder to your working directory. Add the include files <pre> include 'cdat1.h' include 'pointer.h' include 'comblk.h' </pre> Set the <code>uct</code> variable to what you would like to name your macro (4 letters). Let's say <pre> uct = 'resd' </pre> We will call the macro as <code>resd,,ma,dl,dv</code> where <code>ma</code> will correspond to our material number and <code>dl</code> the data loc..."