You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a fast way to unfreeze all the variables? It takes about 40 seconds to unfreeze ~2500 variables in Fityk 1.3.1 (windows version) via this straightforward approach:
variables=F:all_variables()
fori=0, #variables-1dov=variables[i]
F:execute("$" ..v.name.."= ~{$" ..v.name.."}")
end
The text was updated successfully, but these errors were encountered:
Hi, Marcin!
Is there a fast way to unfreeze all the variables? It takes about 40 seconds to unfreeze ~2500 variables in Fityk 1.3.1 (windows version) via this straightforward approach:
The text was updated successfully, but these errors were encountered: