FACT++  1.0
void eraTr ( double  r[3][3],
double  rt[3][3] 
)

Definition at line 3 of file tr.c.

References eraCr(), and i.

Referenced by eraBp06(), eraPn06(), eraTrxp(), eraTrxpv(), palPrec(), and t_tr().

26 {
27  double wm[3][3];
28  int i, j;
29 
30  for (i = 0; i < 3; i++) {
31  for (j = 0; j < 3; j++) {
32  wm[i][j] = r[j][i];
33  }
34  }
35  eraCr(wm, rt);
36 
37  return;
38 
39 }
int i
Definition: db_dim_client.c:21
void eraCr(double r[3][3], double c[3][3])
Definition: cr.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: