Changeset 2472
- Timestamp:
- 11/28/08 10:57:15 (6 weeks ago)
- Location:
- trunk/source
- Files:
-
- 2 modified
-
monointerp.cpp (modified) (1 diff)
-
monointerp.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/monointerp.cpp
r2470 r2472 2 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 4 #include "cddefines.h" 4 5 #include "monointerp.h" 5 #include <vector>6 6 7 7 /** Monotonic piecewise cubic interpolation, see -
trunk/source/monointerp.h
r2470 r2472 1 1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution 3 and use see copyright notice in license.txt */ 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 4 4 #ifndef MONOINTERP_H 5 5 #define MONOINTERP_H 6 #include <vector>7 6 8 7 // Usage:
