From 46d9574d0af1d06df2bedf40aa5ea6722f3e0e38 Mon Sep 17 00:00:00 2001 From: nri Date: Thu, 20 Nov 2003 12:25:55 +0000 Subject: [PATCH] NRI : Rename file. --- doc/html/INPUT/HTML/MED_Gen.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/html/INPUT/HTML/MED_Gen.html diff --git a/doc/html/INPUT/HTML/MED_Gen.html b/doc/html/INPUT/HTML/MED_Gen.html new file mode 100644 index 000000000..44b43940b --- /dev/null +++ b/doc/html/INPUT/HTML/MED_Gen.html @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
interface MED_Gen
IDL file
Python
MESH readMeshInFile ( in string fileName, in string studyName, in string meshName )
return_value = readMeshInFile ( fileName, studyName, meshName )
FIELD readFieldInFile ( in string fileName, in string studyName, in string fieldName, in long ordre, in long iter )
return_value = readFieldInFile ( fileName, studyName, fieldName, ordre, iter )
MED readStructFile ( in string fileName, in string studyName )
return_value = readStructFile ( fileName, studyName )
void readStructFileWithFieldType ( in string fileName, in string studyName )
readStructFileWithFieldType ( fileName, studyName )

+
-- 2.39.2