Forked from
gmsh / gmsh
Source project has a limited visibility.
-
Christophe Geuzaine authored
Don't try to be clever in update by checking if the value is equal to the default, it makes everything complicted. Update should just update. If we want something incremental we can do it trivially in the client: just do a get(), complete, then set().
Christophe Geuzaine authoredDon't try to be clever in update by checking if the value is equal to the default, it makes everything complicted. Update should just update. If we want something incremental we can do it trivially in the client: just do a get(), complete, then set().