1- // ______ _____ _ ________
2- // / ____/___ / ___/(_)___ ___ / _/ __ |
3- // / / / __ \\__ \/ / __ `__ \ / // / / /
4- // / /___/ /_/ /__/ / / / / / / // // /_/ /
5- // \____/\____/____/_/_/ /_/ /_/___/\____/
6- // Kratos CoSimulationApplication
7- //
8- // License: BSD License, see license.txt
9- //
10- // Main authors: Philipp Bucher (https://github.com/philbucher)
11- / /
1+ /* ______ _____ _ ________
2+ / ____/___ / ___/(_)___ ___ / _/ __ |
3+ / / / __ \\__ \/ / __ `__ \ / // / / /
4+ / /___/ /_/ /__/ / / / / / / // // /_/ /
5+ \____/\____/____/_/_/ /_/ /_/___/\____/
6+ Kratos CoSimulationApplication
7+
8+ License: BSD License, see license.txt
9+
10+ Main authors: Philipp Bucher (https://github.com/philbucher)
11+ * /
1212
1313#ifndef CO_SIM_IO_C_MODEL_PART_INCLUDED
1414#define CO_SIM_IO_C_MODEL_PART_INCLUDED
@@ -56,21 +56,21 @@ typedef enum
5656} CoSimIO_ElementType ;
5757
5858
59- // Node functions
59+ /* Node functions */
6060int CoSimIO_Node_Id (CoSimIO_Node I_Node );
6161double CoSimIO_Node_X (CoSimIO_Node I_Node );
6262double CoSimIO_Node_Y (CoSimIO_Node I_Node );
6363double CoSimIO_Node_Z (CoSimIO_Node I_Node );
6464double CoSimIO_Node_Coordinate (CoSimIO_Node I_Node , const int I_Index );
6565
6666
67- // Element functions
67+ /* Element functions */
6868int CoSimIO_Element_Id (CoSimIO_Element I_Element );
6969CoSimIO_ElementType CoSimIO_Element_Type (CoSimIO_Element I_Element );
7070int CoSimIO_Element_NumberOfNodes (CoSimIO_Element I_Element );
7171CoSimIO_Node CoSimIO_Element_GetNodeByIndex (CoSimIO_Element I_Element , const int I_Index );
7272
73- // ModelPart functions
73+ /* ModelPart functions */
7474CoSimIO_ModelPart CoSimIO_CreateModelPart (const char * I_Name );
7575
7676int CoSimIO_FreeModelPart (CoSimIO_ModelPart I_ModelPart );
@@ -97,4 +97,4 @@ CoSimIO_Element CoSimIO_ModelPart_CreateNewElement(
9797 const int * I_Connectivities );
9898
9999
100- #endif // CO_SIM_IO_C_MODEL_PART_INCLUDED
100+ #endif /* CO_SIM_IO_C_MODEL_PART_INCLUDED */
0 commit comments