remove overwriting of input parameters in TVSurface::CalcXingPointWith#7
remove overwriting of input parameters in TVSurface::CalcXingPointWith#7danieljeans wants to merge 2 commits into
Conversation
|
Hi @danieljeans, I agree overwriting arguments seems a bit strange. A minor concern that I have here, is that the default value for KalTest/src/geomlib/TVSurface.h Line 44 in 45a72f3 Adapting that to the previously hardcoded value of For |
|
Hi @danieljeans, I checked where this shows up throughout the stack. As you can see in the overview below there are a few cases, where the value of
|
|
changed default eps to 1e-5 which should preserve current behaviour. |
|
@tmadlener thanks for checking where "mode" is used. |
|
after some more checks, Keisuke recommends to remove the "mode=0" line. |
|
OK. In that case I would leave this out of the current patch release to let that move forward. We can then make another one once we have a solution for this.
I agree. I am not sure if there is someone who routinely makes them at the moment. In principle the necessary scripts should all be somewhere. I will try to find out. |
BEGINRELEASENOTES
ENDRELEASENOTES