FACT++  1.0
void eraZpv ( double  pv[2][3])

Definition at line 3 of file zpv.c.

References eraZp().

Referenced by t_zpv().

20 {
21  eraZp(pv[0]);
22  eraZp(pv[1]);
23 
24  return;
25 
26 }
void eraZp(double p[3])
Definition: zp.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: