Why am I getting the error below with my user sampling data?


"In line 2 of file 0h1a01.dat there are more than 1
columns for order number plus 0 columns for random variables.
The command PDUSER is ignored."


The user samples file is fine. The problem is that the program thinks
you have 0 random variables, since none have been specified. Add the
following 3 dummy commands to your optimization input to correct the problem.

pdvar,EX11,gaus
pdvar,EY11,gaus
pdvar,EGXY,gaus





Show Form
No comments yet. Be the first to add a comment!