#ifndef __MSIS_2000__ #define __MSIS_2000__ /** @file msis200.h @author Brian Magill @datecreated 4/21/2006 $Date:$ $Revision:$ @copyright (©) Copyright 2006 by GATS Inc. 11864 Canon Blvd., Suite 101, Newport News, VA 23606 All Rights Reserved. No part of this software or publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise without the prior written permission of GATS Inc. @brief interfaces for the Fortran MSIS 2000 functions These functions are used to model temperature in the thermosphere. */ #ifdef __cplusplus extern "C" { #endif int tselec_(float *switches); int gtd7_(long *idate, float *sec, float *alt, float *glat, float *glong, float *stl, float *flux_90, float *flux10_7, float *ap, long *mass, float *density, float *T); #ifdef __cplusplus } #endif #endif