11#ifndef ORYZA2000_TABLE_H_
12#define ORYZA2000_TABLE_H_
20 OryzaTable(
char const * ,
21 double const * ,
int );
22 OryzaTable( OryzaTable
const &);
23 OryzaTable & operator=( OryzaTable
const &);
27 char const * name()
const
28 {
return this->m_name; }
31 {
return this->linear_interpolate( _x); }
35 std::vector<double> m_nodes;
37 double linear_interpolate(
double );
Spatially explicit groundwater model.
Definition airchemistryput.h:15