Opened 8 years ago
Closed 8 years ago
#793 closed defect (fixed)
Sum/multiply GUI says the wrong thing
Reported by: | butler | Owned by: | butler |
---|---|---|---|
Priority: | major | Milestone: | SasView 4.1.0 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SasView Bug Fixing |
Description
Sum Multiply models allows the choice of + or * in a drop down and gives above the equation that will be applied. Unfortunately it is incorrect for the multiply. Currently it reads:
scale * (model1 * model 2)
when in fact it should read
background + (model1 * model2)
It is correct for the sum model which is
scale * (model1 + model 2)
This is confusing to the user as the behavior of the model created does not match what the GUI help line suggests.
Change History (1)
comment:1 Changed 8 years ago by butler
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In cf1910f9e6ece75cac6baea8565ee64b27882a2b/sasview: