|
Last change
on this file since 822 was
821,
checked in by meunier, 10 years ago
|
- Added several versions of rosenfeld: { SLOW, FAST } x { FEATURES, NO_FEATURES }
- Added native linux compilation support
- Added a script to check results natively
- Started to refactor nrc code
|
|
File size:
316 bytes
|
| Line | |
|---|
| 1 | /* ----------------- */ |
|---|
| 2 | /* --- nralloc.c --- */ |
|---|
| 3 | /* ----------------- */ |
|---|
| 4 | |
|---|
| 5 | /* |
|---|
| 6 | * Copyright (c) 2000-2014, Lionel Lacassagne, All rights reserved |
|---|
| 7 | * Univ Paris Sud XI, CNRS |
|---|
| 8 | */ |
|---|
| 9 | |
|---|
| 10 | #ifndef __NRALLOC_H__ |
|---|
| 11 | #define __NRALLOC_H__ |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | #include "nralloc1.h" |
|---|
| 15 | #include "nralloc2.h" |
|---|
| 16 | #include "nralloc3.h" |
|---|
| 17 | |
|---|
| 18 | #endif /* __NRALLOC_H__ */ |
|---|
| 19 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.