Skip to content

Commit f62e734

Browse files
[mapping] BeamProjectionDifferenceMultiMapping: cleaning initial value (#230)
1 parent c4cf360 commit f62e734

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/BeamAdapter/component/mapping/BeamProjectionDifferenceMultiMapping.inl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ BeamProjectionDifferenceMultiMapping<TIn1, TIn2, TOut>::BeamProjectionDifference
5656
, d_draw(initData(&d_draw, "draw", "Draw projection points and directions"))
5757
, d_drawSize(initData(&d_drawSize, Real(3), "drawSize", ""))
5858
, d_projections(initData(&d_projections, "projections", "Computed projection points."))
59-
, d_filter(initData(&d_filter, Real(1e-2), "filter", "When updating the projection at each time step, use this parameter to filter small changes: "
60-
"If the projection is on the same edge as the previous step, and the weight (in [0, 1]) is smaller than the value of 'filter', skip."))
59+
, d_filter(initData(&d_filter, Real(0), "filter", "When updating the projection at each time step, use this parameter to filter small changes: "
60+
"If the projection is on the same edge as the previous step, and the weight (in [0, 1]) is smaller than the value of 'filter', skip."))
6161
, l_in2Topology(initLink("topologyInput2", "link to input2's topology container (beams to project on)"))
6262
, l_interpolation(initLink("interpolationInput2", "link to input2's interpolation component (BeamInterpolation)"))
6363
, m_fromModel1(NULL)

0 commit comments

Comments
 (0)