***************************************************************************
  * All the software  contained in this library  is protected by copyright. *
  * Permission  to use, copy, modify, and  distribute this software for any *
  * purpose without fee is hereby granted, provided that this entire notice *
  * is included  in all copies  of any software which is or includes a copy *
  * or modification  of this software  and in all copies  of the supporting *
  * documentation for such software.                                        *
  ***************************************************************************
  * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED *
  * WARRANTY. IN NO EVENT, NEITHER  THE AUTHORS, NOR THE PUBLISHER, NOR ANY *
  * MEMBER  OF THE EDITORIAL BOARD OF  THE JOURNAL  "NUMERICAL ALGORITHMS", *
  * NOR ITS EDITOR-IN-CHIEF, BE  LIABLE FOR ANY ERROR  IN THE SOFTWARE, ANY *
  * MISUSE  OF IT  OR ANY DAMAGE ARISING OUT OF ITS USE. THE ENTIRE RISK OF *
  * USING THE SOFTWARE LIES WITH THE PARTY DOING SO.                        *
  ***************************************************************************
  * ANY USE  OF THE SOFTWARE  CONSTITUTES  ACCEPTANCE  OF THE TERMS  OF THE *
  * ABOVE STATEMENT.                                                        *
  ***************************************************************************

   AUTHORS:

       LUISA D'AMORE, ROSANNA CAMPAGNA, VALERIA MELE
       UNIVERSITY OF NAPLES FEDERICO II - ITALY
       E-MAIL: luisa.damore@unina.it, rosanna.campagna@unina.it,
       valeria.mele@unina.it

       ALMERICO MURLI
       CMCC (LECCE) - ITALY
       E-MAIL: almerico.murli@cmcc.it

       MARIAROSARIA RIZZARDI
       UNIVERSITY OF NAPLES PARTHENOPE - ITALY
       E-MAIL: mariarosaria.rizzardi@uniparthenope.it


   REFERENCE:

    -  ReLaTIve. An Ansi C90 software package for the Real Laplace
       Transform Inversion
       NUMERICAL ALGORITHMS, 63 (2013) PP. 187-211 and PP. 571-571

   SOFTWARE REVISION:

       V5.0, February 2014

   SOFTWARE LANGUAGE:

       ANSI C90

***************************************************************************

This folder contains the following files and sub-folders:


*   README.txt


*   ReLaTIve_Documentation.pdf


*   /SRC/
    with source codes of the ReLaTIve software.


*   /Sample_Main/
    with
    -	a sample main to call the software (SampleMain.c)
    -	a shell-script (Unix_run_me.sh) to build and run the executable under Unix.
        Set permissions to the shell-script as executable, before launching it
        in a Unix terminal as:     ./Unix_run_me.sh
    -	a batch file (Win_run_me.bat) to build and run the executable under Windows.
        Since the batch file uses the gcc compiler, MinGW library must be installed
        and the system variable Path must contain the path of the subfolder MinGW/bin/.
        Then, in a Prompt window, launch it as:     Win_run_me
    -   /CodeBlocks_proj/
	a subfolder with files for a project that user can open with the IDE Code::Blocks,
	to build and run the executable under both Unix and Windows systems.
	See the documentation file to know about Code::Blocks.


*   /ARTICLE_TESTS/
    with a driver to obtain the results showned in the paper

    L. D'Amore, R. Campagna, V. Mele, A. Murli and M. Rizzardi,
    "ReLaTIve. An Ansi C90 software package for the Real Laplace Transform Inversion",
    Numer. Algorithms 63 (2013) 187-211 and 571-571

    This driver was used by authors to test the software with functions in a provided
    Transforms database.

    See the documentation file to know how to compile and execute the driver.
