codac 1.5.6
Loading...
Searching...
No Matches
codac2_Interval.h
Go to the documentation of this file.
1
12#ifndef __CODAC2_INTERVAL_H__
13#define __CODAC2_INTERVAL_H__
14
15#include <codac_Interval.h>
16
17namespace codac2
18{
19 const double oo = POS_INFINITY;
20
21 using codac::Interval;
22
23} // namespace codac
24
25#endif