Parent Directory | Revision Log | Patch
revision 1065 by jds, Tue Aug 2 11:20:09 2005 UTC | revision 1066 by johnpye, Sun Jan 7 10:02:41 2007 UTC | |
---|---|---|
# | Line 34 | Line 34 |
34 | * </pre> | * </pre> |
35 | */ | */ |
36 | ||
37 | #ifndef __INTERVAL_H_SEEN__ | #ifndef ASC_INTERVAL_H |
38 | #define __INTERVAL_H_SEEN__ | #define ASC_INTERVAL_H |
39 | ||
40 | /** addtogroup compiler Compiler | |
41 | @{ | |
42 | */ | |
43 | ||
44 | /** Interval data structure. */ | /** Interval data structure. */ |
45 | struct Interval { | struct Interval { |
# | Line 195 extern int IsIn(double scaler, struct In | Line 199 extern int IsIn(double scaler, struct In |
199 | * Return true if the scaler is in the interval. | * Return true if the scaler is in the interval. |
200 | */ | */ |
201 | ||
202 | #endif /* __INTERVAL_H_SEEN__ */ | /* @} */ |
203 | ||
204 | #endif /* ASC_INTERVAL_H */ | |
205 |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |