#ifndef _CO2PROFILESIMULATION_H_ #define _CO2PROFILESIMULATION_H_ // // $Id: CO2ProfileSimulation.h,v 1.1 2007/07/10 03:46:55 deaver Exp deaver $ //----------------------------------------------------------------------- // // (c) 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. // //----------------------------------------------------------------------- // // Module: CO2ProfileSimulation.h // // Author: John Burton // // Date: Thu May 4 17:09:51 2006 // //----------------------------------------------------------------------- // // Modification History: // // $Log: CO2ProfileSimulation.h,v $ // Revision 1.1 2007/07/10 03:46:55 deaver // Initial Checkin // // //----------------------------------------------------------------------- // //----------------------------------------------------------------------- // Include Files: //----------------------------------------------------------------------- // // //----------------------------------------------------------------------- // Defines, Macros and Type Definitions: //----------------------------------------------------------------------- // // //----------------------------------------------------------------------- // Global Variables: //----------------------------------------------------------------------- // // //----------------------------------------------------------------------- // Function Prototypes: //----------------------------------------------------------------------- // class Event; class ConfigFile; int CO2ProfileSimulation(Event& L0, Event& L1, Event& Tmp, Event& SD, ConfigFile& cf); #endif