Error Messages/40721
< Error Messages
Revision as of 21:32, 2 February 2010 by AManandhar (talk | contribs)
Error Message Examples
There is a dimensonal ambiguity in the usage of NlpDefine involving the parameters 'parameter' and 'setting'. These can be used to specify a single control setting, or a 1-D array of control settings. When either of these parameters has more than one dimension, then both parameters must be specified, and need to have exactly one index in common. In this usage, more than one index exists, and it is ambiguous as to which dimension should be used as the dimension containing the parameters. Once you eliminate the ambiguity, then any other indexes will be iterated over, creating multiple NLPs. Hint: Supply an index to the 'parameter' parameter, and ensure that 'setting' is an array containing that index.
Cause
At least of the two arrays passed as the parameter parameter or the settings parameter is multidimensional and the common index between the two parameters is ambiguous.
Remedies
Comments
<comments />
Enable comment auto-refresher