|
|
◆ mfiodw()
| subroutine mfiodw |
( |
integer*8 |
fid, |
|
|
integer |
class, |
|
|
character*(*) |
oname, |
|
|
character*(*) |
desc, |
|
|
integer |
cret |
|
) |
| |
Ecrit une description associée à l'objet objectname de type med_class dans le fichier fid .
- Paramètres
-
| fid | Identificateur du fichier. |
| class | Type d'objet de haut niveau MED (champ, maillage, ...) . |
| oname | nom de l'objet a traiter de type medclass. |
| desc | Description, chaîne de caractères de taille maximum MED_COMMENT_SIZE caractères. |
| cret | retour négatif en cas d'erreur (MED_ERR_HOWTO), Zéro sinon. |
- Voir également
- MEDfileObjectDescriptionWr
Ecrit une description associée à l'objet objectname de type med_class dans le fichier fid . - Remarques
- Les classes d'objets MED utilisables sont :
-
MED_MESH
-
MED_FIELD
-
MED_MESH_SUPPORT
-
MED_ELSTRUCT
-
MED_EQUIVALENCE
-
MED_LOCALIZATION
-
MED_PROFILE
-
MED_INTERPOLATION
-
MED_NUMERICAL_DATA
-
MED_FILE
Définition à la ligne 259 du fichier medfile.f.
|