Remove a value from a vector if it is only present a single time.
Calling Sequence
[v]=NARVAL_F_Remov(v,vl)
Parameters
v :
vector of values.
vl :
value.
Description
NARVAL_F_Remov removes a value vl from a vector v if it is only present a single time.
Examples
v=[12345];//vectorvl=3;//value[v]=NARVAL_F_Remov(v,vl);//application of NARVAL_F_Removvlvv=[123435];//vectorvl=3;[v]=NARVAL_F_Remov(v,vl);//application of NARVAL_F_Removvlv