MCPcopy Create free account
hub / github.com/FreeFem/FreeFem-sources / FindWithOutCast

Method FindWithOutCast

src/fflib/AFunction2.cpp:109–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109OneOperator::pair_find OneOperator::FindWithOutCast(const ArrayOfaType & at)const
110 {
111 const OneOperator *w=0,*oo;
112 int n=0;
113 for (oo=this;oo;oo=oo->next)
114 if (oo->WithOutCast(at))
115 {n++;
116 w=oo;}
117 return make_pair(w,n);
118}
119
120// <<FindSameR>>
121OneOperator* OneOperator::FindSameR(const ArrayOfaType & at)

Callers

nothing calls this directly

Calls 5

WithOutCastMethod · 0.80
ShowFunction · 0.70
maxFunction · 0.50
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected