| Fonctions | |
| med_int | MEDnProfile (const med_idt fid) | 
| Cette routine permet de lire le nombre de profil dans un fichier MED. | |
| med_err | MEDprofileInfo (const med_idt fid, const int profileit, char *const profilename, med_int *const profilesize) | 
| Cette routine permet de lire les informations sur un profil dans un fichier MED. | |
| med_err | MEDprofileRd (const med_idt fid, const char *const profilename, med_int *const profilearray) | 
| Cette routine permet de lire un profil dans un fichier MED. | |
| med_int | MEDprofileSizeByName (const med_idt fid, const char *const profilename) | 
| Cette routine permet de lire la taille d'un profil dont on connait le nom. | |
| med_err | MEDprofileWr (const med_idt fid, const char *const profilename, const med_int profilesize, const med_int *const profilearray) | 
| Cette routine permet d'écrire un profil dans un fichier MED. | |
 1.6.1
 1.6.1