FACT++  1.0
static void t_prebn ( int *  status)
static

Definition at line 907 of file palTest.c.

References palPrebn(), and vrmat().

Referenced by main().

907  {
908  double rmatp[3][3];
909  double prebn_expected[3][3] = {
910  { 9.999257613786738e-1, -1.117444640880939e-2, -4.858341150654265e-3 },
911  { 1.117444639746558e-2, 9.999375635561940e-1, -2.714797892626396e-5 },
912  { 4.858341176745641e-3, -2.714330927085065e-5, 9.999881978224798e-1 },
913  };
914 
915  palPrebn ( 1925., 1975., rmatp );
916  vrmat( rmatp, prebn_expected, "palPrebn", 1.0e-12, status );
917 }
void palPrebn(double bep0, double bep1, double rmatp[3][3])
Definition: palPrebn.c:76
static void vrmat(double rmat[3][3], double expected[3][3], const char *func, double dval, int *status)
Definition: palTest.c:158

+ Here is the call graph for this function:

+ Here is the caller graph for this function: