source:
issm/trunk/src/c/shared/Bamg/shared.h
Last change on this file was 22758, checked in by , 7 years ago | |
---|---|
File size: 264 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 "Exchange.h" |
11 | #include "extrema.h" |
12 | #include "HeapSort.h" |
13 | #include "OppositeAngle.h" |
14 | |
15 | #endif |
Note:
See TracBrowser
for help on using the repository browser.