Error Messages/40254
< Error Messages
Revision as of 18:26, 27 January 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = In call to function NlpDefine, the seventh parameter, X, should not be specified more than once. = Cause = You have specified the same paramete…')
Error Message Examples
In call to function NlpDefine, the seventh parameter, X, should not be specified more than once.
Cause
You have specified the same parameter more than once on a function call.
The following call to NlpDefine would trigger this error:
NlpDefine(Vars:Dimensions, X:Dimensions, obj: SurfaceArea, lhs:Volume, sense: Sense, rhs: MaxVolume, X:Dimensions)
Remedies
Remove the parameter specified more than once.
Comments
<comments />
Enable comment auto-refresher