naspro
view permafrost/src/macro.h @ 178:7169a8909d53
Added Permafrost + small changes
| author | Stefano D'Angelo <zanga.mail@gmail.com> |
|---|---|
| date | Sun May 02 14:19:58 2010 +0300 (2010-05-02) |
| parents | |
| children |
line source
1 /*
2 * Permafrost - Physical modelling framework
3 *
4 * Copyright (C) 2009, 2010 Stefano D'Angelo <zanga.mail@gmail.com>
5 *
6 * See the COPYING file for license conditions.
7 */
9 #ifndef _MACRO_H_
10 #define _MACRO_H_
12 #include "src/types.h"
14 struct system *
15 macro_to_blocks(struct system *system);
17 #endif /* !_MACRO_H_ */
