Commit 455b0fc
committed
[SofaBaseLinearSolver] Remove the IsRequired flag in CGLinearSolver
PR 2419 restores the correct behavior of CGLinearSolver regarding the call-super-init
sofa-framework#2419
But as some of its data are tagged as Required, this rise en error message when the value
is not set by the user.
I'm not sure it is wise to use the required flag when data provides meaningful and usable default values.
So I recommand removing it.1 parent accb5c2 commit 455b0fc
File tree
1 file changed
+0
-3
lines changed- SofaKernel/modules/SofaBaseLinearSolver/src/SofaBaseLinearSolver
1 file changed
+0
-3
lines changedLines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 43 | | |
47 | 44 | | |
48 | 45 | | |
| |||
0 commit comments