[MOAB-dev] r5213 - MOAB/trunk/itaps/imesh

tautges at mcs.anl.gov tautges at mcs.anl.gov
Mon Nov 14 14:43:04 CST 2011


Author: tautges
Date: 2011-11-14 14:43:03 -0600 (Mon, 14 Nov 2011)
New Revision: 5213

Modified:
   MOAB/trunk/itaps/imesh/iMesh_extensions.h
Log:
Structure the function declarations just right so they get name-mangled
fortran counterparts.



Modified: MOAB/trunk/itaps/imesh/iMesh_extensions.h
===================================================================
--- MOAB/trunk/itaps/imesh/iMesh_extensions.h	2011-11-14 19:59:32 UTC (rev 5212)
+++ MOAB/trunk/itaps/imesh/iMesh_extensions.h	2011-11-14 20:43:03 UTC (rev 5213)
@@ -224,7 +224,8 @@
                            /*inout*/ iBase_TagHandle **tag_handles,
                            /*inout*/ int *tag_handles_allocated,
                            /*out*/ int *tag_handles_size,
-                           /*out*/ int *err);
+                           /*out*/ int *err
+);
 
 /***************************************************************************//**
  * \ingroup  Tags
@@ -265,7 +266,7 @@
  * global ids, which are used in shared vertex resolution.
  ******************************************************************************/
 
-    void iMesh_createStructuredMesh(
+void iMesh_createStructuredMesh(
         iMesh_Instance instance,
           /**< [in] iMesh instance handle */
         int *local_dims,
@@ -292,7 +293,7 @@
           /**< [inout] Entity set handle in which to put box and vertices/elements, NULL if not desired, *NULL if function should create one. */
         int *err
           /**< [out] Error flag. */
-                                    );
+);
 
 /***************************************************************************//**
  * \defgroup ScdMesh Structured Mesh





















More information about the moab-dev mailing list