Isis Developer Reference
AtmosModel.cpp File Reference
#include <cmath>
#include <string>
#include "Pvl.h"
#include "IString.h"
#include "AtmosModel.h"
#include "NumericalApproximation.h"
#include "NumericalAtmosApprox.h"
#include "PhotoModel.h"
#include "Minnaert.h"
#include "LunarLambert.h"
#include "Plugin.h"
#include "IException.h"
#include "FileName.h"

Namespaces

namespace  Isis
 This is free and unencumbered software released into the public domain.
 

Macros

#define MAX(x, y)   (((x) > (y)) ? (x) : (y))
 

Macro Definition Documentation

◆ MAX

#define MAX ( x,
y )   (((x) > (y)) ? (x) : (y))