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
fixes issue #34 and #35 that improve memory by using the same
reference for all objects until unique objects are needed, making copies
whenever either setSuns() or new setTemps() are called
add setTemps() - a verbatim copy of setSuns() - to be improved