Changes between Initial Version and Version 1 of Ticket #2466, comment 7
- Timestamp:
- 2013-11-14T16:38:49Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2466, comment 7
initial v1 4 4 > The only parameter I can see for the body component is r_0. Changing that gives me an over-determined system, which makes sense as it's not the start value, even though it is located in Initialization, which might be a little bit confusing, since the start values are not shown. 5 5 6 r_0 is not a parameter, it is a variable. The fact that it is shown in the Parameters window, Initialization tab, is a bug in OMEdit, because if you write, say {1, 0, 0} there, you get a modifier6 r_0 is not a parameter, it is a variable. The fact that it is shown in the Parameters window, Initialization tab, is a bug in OMEdit, because if you write, say, {1, 0, 0} there, you get a modifier 7 7 8 8 r_0 = {1, 0, 0} … … 16 16 r_0(start = {1, 0, 0}, fixed = true) 17 17 18 This is related to #2390, which hasn't been addressed yet. I would encourage Adeel to fixe dthat with high priority.18 This is related to #2390, which hasn't been addressed yet. I would encourage Adeel to fixe that with high priority. 19 19