Error Messages/40254
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.
See Also
Comments
Enable comment auto-refresher