source: issm/trunk/src/c/shared/Bamg/shared.h@ 15396

Last change on this file since 15396 was 15396, checked in by Mathieu Morlighem, 12 years ago

merged trunk-jpl and trunk for revision 15394

File size: 288 bytes
Line 
1/* \file shared.h
2 * \brief: header file for all shared routines.
3 */
4
5#ifndef _SHAREDBamg_H_
6#define _SHAREDBamg_H_
7
8#include "Abs.h"
9#include "BigPrimeNumber.h"
10#include "BinaryRand.h"
11#include "Exchange.h"
12#include "extrema.h"
13#include "HeapSort.h"
14#include "OppositeAngle.h"
15
16#endif
Note: See TracBrowser for help on using the repository browser.