#   Programmes exemple pour l'utilisation de Sophya

On suppose que $DPCBASREP/`uname`-$EROSCXX/Exec est ds le path et 
  .:$DPCBASREP/`uname`-$EROSCXX/ShLibs ds LD_LIBRARY_PATH 

1) ex1.cc 
   Un programme simple utilisant SOPHYA
   

2) arr1.icc 
   Un bout de code C++ utilisant SOPHYA, pouvant etre execute
   par runcxx :
   csh> runcxx -f arr1.icc 
   OU 
   csh> runcxx -tmpdir /tmp arr1.icc

3) fft.icc et myf_fft.icc
   Exemple de code C++ utilisant les transforme de Fourier de SOPHYA,
   pouvant etre execute ds spiapp.

4) sphylm.icc sphylm.h
   Exemple d'utilisation des cartes 4Pi (SphericalMaps) et des 
   transforme en harmonique spherique pouvant etre execute ds spiapp.


5) apc.icc apcxx.icc apcxx_cstyle.icc
   Matrix and vector manipulation and Fourier filtering 
   apc.icc : written as a C program
   apcxx.icc : C++ code with SOPHYA arrays
   apcxx_cstyle.icc : similar to apcxx.icc but with 
        C_style programming (explicit loops) 

   csh> spiapp   
   (on peut definir la variable d'environnement TMPDIR avant l'appel
    a spiapp )

   Commandes a taper dans la fenetre de commande de (s)piapp :

      Cmd> delobjs *
      Cmd> c++execfrf fft.icc myf_fft.h
      Cmd> delobjs *
      Cmd> c++execfrf sphylm.icc sphylm.h

