11 #ifndef OOPS_BASE_GRIDPOINT_H_ 12 #define OOPS_BASE_GRIDPOINT_H_ 18 #include "oops/util/Printable.h" 30 void print(std::ostream & os)
const {
31 os <<
"GridPoint, size: " <<
vals_.size() <<
", first element: " <<
vals_[0] << std::endl; }
33 const std::vector<double>
vals_;
39 #endif // OOPS_BASE_GRIDPOINT_H_ const std::vector< double > getVals()
const std::vector< int > varlens_
void print(std::ostream &os) const
The namespace for the main oops code.
const std::vector< double > vals_
const oops::Variables vars_
GridPoint(const oops::Variables vars, std::vector< double > vals, std::vector< int > varlens)