Opened 8 years ago
Last modified 8 years ago
#609 new enhancement
parameter consistency check — at Initial Version
Reported by: | pkienzle | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | SasView Next Release +1 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SasView Bug Fixing |
Description
parameters in the sasmodels description file must match the order of the parameters in the Iq and Iqxy calls.
Two alternatives:
(1) change the Iq/Iqxy? definition so that it takes a ParameterTable? struct, with parameters referenced in the code as p.name instead of name.
(2) parse the Iq/Iqxy? C code to make sure that the names of the parameters correspond exactly to the names of the parameters in the definition file.
Note: See
TracTickets for help on using
tickets.