FACT++  1.0
void eraZr ( double  r[3][3])

Definition at line 3 of file zr.c.

Referenced by t_zr().

17 {
18  r[0][0] = 0.0;
19  r[0][1] = 0.0;
20  r[0][2] = 0.0;
21  r[1][0] = 0.0;
22  r[1][1] = 0.0;
23  r[1][2] = 0.0;
24  r[2][0] = 0.0;
25  r[2][1] = 0.0;
26  r[2][2] = 0.0;
27 
28  return;
29 
30 }

+ Here is the caller graph for this function: