ReFRACtor
|
#include "printable.h"
#include <boost/operators.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
Go to the source code of this file.
Classes | |
class | FullPhysics::Time |
This is a simple time class. More... | |
Namespaces | |
FullPhysics | |
Contains classes to abstract away details in various Spurr Radiative Transfer software. | |
Functions | |
double | FullPhysics::operator- (const Time &T1, const Time &T2) |
Subtract two Times, giving the interval between them in seconds. More... | |
bool | FullPhysics::operator< (const Time &T1, const Time &T2) |
Compare Times. More... | |
bool | FullPhysics::operator== (const Time &T1, const Time &T2) |
We define != in terms of this operator. More... | |