#include <cppunit/extensions/HelperMacros.h>
#include <det/Detector.h>
#include <fdet/FDetector.h>
#include <fdet/Eye.h>
#include <fwk/CoordinateSystemRegistry.h>
#include <atm/AerosolDB.h>
#include <atm/AttenuationResult.h>
#include <atm/ScatteringResult.h>
#include <fwk/CentralConfig.h>
#include <utl/TimeStamp.h>
#include <utl/UTCDateTime.h>
#include <utl/ErrorLogger.h>
#include <utl/Point.h>
#include <utl/TabulatedFunctionErrors.h>
#include <utl/ReferenceEllipsoid.h>
#include <tst/Verify.h>
#include <iostream>
Go to the source code of this file.
test program for "smart" Mie model
- Author
- Tom Paul
- Date
- 5 Mar 2006
Definition in file testSuperMieModel.cc.