Commit b01c984
committed
Updates Magnetic model αr parameter
Changes the Magnetic model to directly accept a Float64 value for `αr` instead of a `Ref{Float64}`.
This simplifies the instantiation of the `Magnetic` struct and improves usability by removing the need to create a `Ref` object before passing the `αr` value.1 parent d3a34d0 commit b01c984
File tree
2 files changed
+4
-6
lines changed- src/PhysicalModels
- test/TestConstitutiveModels
2 files changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
666 | 666 | | |
667 | 667 | | |
668 | 668 | | |
669 | | - | |
670 | | - | |
| 669 | + | |
671 | 670 | | |
672 | 671 | | |
673 | 672 | | |
| |||
690 | 689 | | |
691 | 690 | | |
692 | 691 | | |
693 | | - | |
694 | | - | |
| 692 | + | |
695 | 693 | | |
696 | 694 | | |
697 | 695 | | |
| |||
0 commit comments