ReFRACtor
met_data_fixture.h
Go to the documentation of this file.
1
#ifndef MET_DATA_FIXTURE
2
#define MET_DATA_FIXTURE
3
4
#include "
configuration_fixture.h
"
5
#include "
unit_test_support.h
"
6
#include "
meteorology.h
"
7
8
using namespace
FullPhysics
;
9
using namespace
blitz
;
10
11
class
MetDataFixture
:
public
GlobalFixture
{
12
public
:
13
boost::shared_ptr<Meteorology>
met_data
;
14
boost::shared_ptr<Pressure>
pressure
;
15
MetDataFixture
();
16
};
17
18
#endif
MetDataFixture::met_data
boost::shared_ptr< Meteorology > met_data
Definition:
met_data_fixture.h:13
FullPhysics::GlobalFixture
This is a global fixture that is available to all unit tests.
Definition:
global_fixture.h:10
configuration_fixture.h
boost::shared_ptr< Meteorology >
blitz
Apply value function to a blitz array.
Definition:
auto_derivative.h:40
MetDataFixture::pressure
boost::shared_ptr< Pressure > pressure
Definition:
met_data_fixture.h:14
MetDataFixture
Definition:
met_data_fixture.h:11
meteorology.h
unit_test_support.h
FullPhysics
Contains classes to abstract away details in various Spurr Radiative Transfer software.
Definition:
doxygen_python.h:1
Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:10