#ifndef __SOFIE_MERGE_ALT_TEMPERATURE_PROFILE_2006_08_16__ #define __SOFIE_MERGE_ALT_TEMPERATURE_PROFILE_2006_08_16__ /** @file SofieZTMerge.h @author Brian Magill @creationdate 8/16/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 contains a temperature profile */ #include "ZT_Profile.h" class SofieZTMerge { public: SofieZTMerge() { }; ~SofieZTMerge() {}; ZT_Profile operator()(ZT_Profile &ncepProf, ZT_Profile &msisProf); }; #endif