Difference between revisions of "Error Messages/40574"
AManandhar (talk | contribs) (Created page with '= Error Message Examples = The lhs expression specified in NlpDefine returned a non-numeric value when evaluated during the optimization. = Cause = You have passed an unre…') |
AManandhar (talk | contribs) m |
||
Line 6: | Line 6: | ||
= Cause = | = Cause = | ||
− | + | As stated in the error, the lhs parameter passed to a [[NlpDefine]] function needs to evaluate to a numeric value, but did not evaluate to one. | |
− | |||
− | |||
= Remedies = | = Remedies = | ||
− | Correct the parameter passed to the | + | Correct the lhs parameter passed to the [[NlpDefine]] function to resolve this problem. |
<br> <comments /> | <br> <comments /> |
Revision as of 00:38, 23 January 2010
Error Message Examples
The lhs expression specified in NlpDefine returned a non-numeric value when evaluated during the optimization.
Cause
As stated in the error, the lhs parameter passed to a NlpDefine function needs to evaluate to a numeric value, but did not evaluate to one.
Remedies
Correct the lhs parameter passed to the NlpDefine function to resolve this problem.
Comments
<comments />
Enable comment auto-refresher