Changeset 3283
- Timestamp:
- 03/16/10 09:34:22 (15 years ago)
- Location:
- issm/trunk/src/c/Bamgx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Bamgx/Bamgx.cpp
r3279 r3283 2 2 * \brief: use Bamg capabilities. 3 3 */ 4 5 #include "./Bamgx.h"6 7 4 #undef __FUNCT__ 8 5 #define __FUNCT__ "Bamgx" 9 6 7 #include "./Bamgx.h" 10 8 #include "../shared/shared.h" 11 9 #include "../include/macros.h" 12 10 #include "../toolkits/toolkits.h" 13 14 /*Bamg: */15 #include <unistd.h>16 #include <stdlib.h>17 #include <stdio.h>18 #include <string.h>19 #include "objects/BamgObjects.h"20 11 21 12 using namespace bamg; -
issm/trunk/src/c/Bamgx/Bamgx.h
r3217 r3283 7 7 8 8 #include "../objects/objects.h" 9 #include "objects/BamgObjects.h" 9 10 10 11 /* local prototypes: */
Note:
See TracChangeset
for help on using the changeset viewer.