Ejemplo n.º 1
0
int main ( )

/******************************************************************************/
/*
  Purpose:

    MAIN is the main program for R4LIB_PRB.

  Discussion:

    R4LIB_PRB tests the R4LIB library.

  Licensing:

    This code is distributed under the GNU LGPL license. 

  Modified:

    28 September 2014

  Author:

    John Burkardt
*/
{
  timestamp ( );
  printf ( "\n" );
  printf ( "R4LIB_PRB\n" );
  printf ( "  C version\n" );
  printf ( "  Test the R4LIB library.\n" );

  test001 ( );
  test002 ( );
  test003 ( );
  test004 ( );
  test005 ( );
  test006 ( );
  test007 ( );
  test009 ( );

  test010 ( );

  test023 ( );
  test0235 ( );
  test026 ( );
  test027 ( );
  test028 ( );

  test12555 ( );
/*
  Terminate.
*/
  printf ( "\n" );
  printf ( "R4LIB_PRB\n" );
  printf ( "  Normal end of execution.\n" );
  printf ( "\n" );
  timestamp ( );

  return 0;
}
Ejemplo n.º 2
0
int main()
{
    return test001();
}
Ejemplo n.º 3
0
int main ( )

/******************************************************************************/
/*
  Purpose:

    MAIN is the main program for GEOMETRY_PRB.

  Discussion:

    GEOMETRY_PRB tests the GEOMETRY library.

  Licensing:

    This code is distributed under the GNU LGPL license. 

  Modified:

    14 April 2013

  Author:

    John Burkardt
*/
{
  timestamp ( );
  printf ( "\n" );
  printf ( "GEOMETRY_PRB\n" );
  printf ( "  C version\n" );
  printf ( "  Test the GEOMETRY library.\n" );

  test0005 ( );
  test001 ( );
  test002 ( );

  test0351 ( );
  test0352 ( );

  test0477 ( );
  test0478 ( );

  test0616 ( );
  test0617 ( );

  test171 ( );
  test1712 ( );

  test1835 ( );
  test1836 ( );

  test2101 ( );
  test21011 ( );
/*
  Terminate.
*/
  printf ( "\n" );
  printf ( "GEOMETRY_PRB\n" );
  printf ( "  Normal end of execution.\n" );
  printf ( "\n" );
  timestamp ( );

  return 0;
}
Ejemplo n.º 4
0
int main()
{
    test001();
    return 0;
}