Starting in ver8.6 the error of not defining the number of projections of element variables causes the program to print this error message and stop. When using the command STREss,NODE or PLOT STREss it is necessary to set the "iste" in "strnum.h" to a non-zero value in any user element. This is set under the portion for "isw = 8". If the element is actually performing projections then it is required that two parameters be set
In isw=1 area: set istv = max(istv, nn) where nn is the maximum location that this element will project. This is used to allocate sufficient memory for the projections to be performed. Be sure to use the 'max' in case other elements project more than 'nn' element values.
in isw=8 area: set istv = nn -- this is used to control the number of projections this element performs.
Both parameters are in strnum.h