Commit be13d4d
Field copy - return if both fields point to the same data (#4713)
* MAPL_GridCompAddSpec: rename default_value -> fill_value
Also propagate the name change downstream to VariableSpec and state item specs (Field, Bracket, Vector) and affected routines
* FieldCopy: return early if both fields point to the same data
* Make FieldBundleCopy available to users
* Fixed tests
* Fixed tests
---------
Co-authored-by: Tom Clune <thomas.l.clune@nasa.gov>1 parent 8e0ba69 commit be13d4d
2 files changed
Lines changed: 10 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
791 | | - | |
792 | | - | |
| 791 | + | |
793 | 792 | | |
794 | 793 | | |
795 | 794 | | |
796 | 795 | | |
| 796 | + | |
797 | 797 | | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
798 | 801 | | |
| 802 | + | |
799 | 803 | | |
800 | 804 | | |
801 | 805 | | |
802 | | - | |
803 | | - | |
804 | | - | |
805 | 806 | | |
806 | 807 | | |
807 | 808 | | |
| |||
919 | 920 | | |
920 | 921 | | |
921 | 922 | | |
922 | | - | |
| 923 | + | |
923 | 924 | | |
924 | 925 | | |
925 | 926 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
0 commit comments