Changes between Initial Version and Version 1 of Ticket #609
- Timestamp:
- Sep 4, 2016 11:36:10 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #609
- Property Milestone changed from SasView Next Release +1 to SasView 4.0.0
-
Ticket #609 – Description
initial v1 3 3 Two alternatives: 4 4 5 (1) change the Iq/Iqxy definition so that it takes aParameterTable struct, with parameters referenced in the code as p.name instead of name.5 (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. 6 6 7 (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.7 (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.