Commit 108441b
committed
Drop deprecated MeshRefinement accessor APIs
These APIs have been deprecated for a very long time (e43e345, Dec
2014), in release 0.9.5 and all subsequent releases. They are
therefore also the oldest deprecated code I've run across during the
latest cleanup activity.
Since we have moved away from reference-returning combined
setter/getter APIs recently, and back towards separate APIs for
setting and getting internal data (which is what the deprecated code
actually did!) I also decided to augment the remaining API with a
const reference returning version and an overloaded setter version
that takes an input. This seems more consistent with e.g. the more
recent MeshBase accessor APIs.1 parent 4d68abd commit 108441b
1 file changed
Lines changed: 10 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | 502 | | |
523 | 503 | | |
524 | 504 | | |
525 | 505 | | |
526 | 506 | | |
| 507 | + | |
| 508 | + | |
527 | 509 | | |
528 | 510 | | |
529 | 511 | | |
| |||
969 | 951 | | |
970 | 952 | | |
971 | 953 | | |
972 | | - | |
973 | | - | |
| 954 | + | |
974 | 955 | | |
975 | | - | |
976 | | - | |
| 956 | + | |
977 | 957 | | |
978 | 958 | | |
979 | | - | |
| 959 | + | |
| 960 | + | |
980 | 961 | | |
981 | | - | |
982 | | - | |
| 962 | + | |
983 | 963 | | |
984 | | - | |
985 | 964 | | |
986 | | - | |
| 965 | + | |
| 966 | + | |
987 | 967 | | |
988 | | - | |
| 968 | + | |
989 | 969 | | |
990 | 970 | | |
991 | 971 | | |
| |||
0 commit comments