This directory contains some examples to use the ARoME library.

- csingle.c : 
Compute a single value the Rossiter-McLaughlin effect with the C interface.

- f2003single.f : 
Compute a single value the Rossiter-McLaughlin effect with the Fortran 2003 interface.

- f77single.f : 
Compute a single value the Rossiter-McLaughlin effect with the Fortran 77 interface.

- cmultiple.c : 
Compute an array of Rossiter-McLaughlin effects with the C interface.

- f2003multiple.f : 
Compute an array of Rossiter-McLaughlin effects with the Fortran 2003 interface.

- f77multiple.f : 
Compute an array of Rossiter-McLaughlin effects with the Fortran 77 interface.

- cerror.f : 
Generate errors and use different error handlers with the C interface.

- f2003error.f : 
Generate errors and use different error handlers with the Fortran 2003 interface.

- f77error.f : 
Generate errors and use different error handlers with the Fortran 77 interface.
