Changeset 3283


Ignore:
Timestamp:
03/16/10 09:34:22 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

Location:
issm/trunk/src/c/Bamgx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/Bamgx/Bamgx.cpp

    r3279 r3283  
    22 * \brief: use Bamg capabilities.
    33 */
    4 
    5 #include "./Bamgx.h"
    6 
    74#undef __FUNCT__
    85#define __FUNCT__ "Bamgx"
    96
     7#include "./Bamgx.h"
    108#include "../shared/shared.h"
    119#include "../include/macros.h"
    1210#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"
    2011
    2112using namespace bamg;
  • issm/trunk/src/c/Bamgx/Bamgx.h

    r3217 r3283  
    77
    88#include "../objects/objects.h"
     9#include "objects/BamgObjects.h"
    910
    1011/* local prototypes: */
Note: See TracChangeset for help on using the changeset viewer.