Last change
on this file since 3993 was 3741, checked in by cmv, 16 years ago |
include nbtrixx.h in ntools egneral includes, cmv 08/02/2010
|
File size:
582 bytes
|
Rev | Line | |
---|
[1316] | 1 | // This may look like C code, but it is really -*- C++ -*-
|
---|
| 2 | // All include files for module NTools
|
---|
| 3 |
|
---|
[1211] | 4 | #ifndef NTOOLS_SEEN
|
---|
| 5 | #define NTOOLS_SEEN
|
---|
| 6 |
|
---|
| 7 | #include "ntoolsinit.h"
|
---|
| 8 |
|
---|
| 9 | #include "nbconst.h"
|
---|
| 10 | #include "fmath.h"
|
---|
| 11 | #include "nbrandom.h"
|
---|
| 12 | #include "perandom.h"
|
---|
| 13 | #include "nbtri.h"
|
---|
[3741] | 14 | #include "nbtrixx.h"
|
---|
[1211] | 15 | #include "linfit.h"
|
---|
| 16 | #include "poly.h"
|
---|
| 17 | #include "datatypes.h"
|
---|
[3572] | 18 | #include "slinparbuff.h"
|
---|
[1211] | 19 |
|
---|
| 20 | #include "cimage.h"
|
---|
| 21 | #include "dynccd.h"
|
---|
| 22 |
|
---|
| 23 | #include "generaldata.h"
|
---|
| 24 | #include "generalfit.h"
|
---|
| 25 | #include "fct1dfit.h"
|
---|
| 26 | #include "fct2dfit.h"
|
---|
| 27 | #include "objfitter.h"
|
---|
| 28 |
|
---|
[1316] | 29 | #include "fftpserver.h"
|
---|
[1211] | 30 |
|
---|
[1316] | 31 | #endif // NTOOLS_SEEN
|
---|
Note:
See
TracBrowser
for help on using the repository browser.