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

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

merged trunk-jpl and trunk for revision 13974

File size: 305 bytes
RevLine 
[3913]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 "det.h"
12#include "Exchange.h"
13#include "extrema.h"
14#include "HeapSort.h"
15#include "OppositeAngle.h"
16
17#endif
Note: See TracBrowser for help on using the repository browser.