thegrumpys / odop

Open Design Optimization Platform (ODOP) - Coil spring design app; mechanical springs; compression spring, extension spring, torsion spring
https://www.springdesignsoftware.org
MIT License
4 stars 5 forks source link

Auto Free a Fixed variable in dispatcher.js #799

Closed 1fifoto closed 1 year ago

1fifoto commented 1 year ago

Work in #796 and page 11 of the compression spring demo1.js script discovered unexpected behavior of fixSymbolValue('Force_2', 75.1) when attempting to change the value of a variable that is already in Fixed status. Experimental code to auto-Free a Fixed variable in dispatcher.js was developed. This issue preserves that code so that it can be integrated and tested at some point in the future.

1fifoto commented 1 year ago

Merged into master, closing