| ||
Home | Modules | Examples |
00001 #ifndef CCMIOMESH_VERIFY_H 00002 #define CCMIOMESH_VERIFY_H 00003 00004 /*@@ 00005 * Program: Star File Format Library - $RCSfile: ccmioverifymesh.h,v $ 00006 * Author: Geoff Prewett 00007 * Date: Sept 18, 2003 00008 * 00009 * 00010 * Star File Format Library - Copyright (C) 2003 by adapco, Ltd. 00011 * 00012 * This program is the property of adapco, Ltd. and contains 00013 * confidential and proprietary information. The unauthorized use, 00014 * distribution, or duplication of this program is prohibited. 00015 * All rights reserved. 00016 * 00017 * $Id: ccmioverifymesh.h,v 1.1 2004/05/04 21:23:00 prewett Exp $ 00018 */ 00019 00020 #ifdef __cplusplus 00021 extern "C" { 00022 #endif 00023 00027 extern CCMIOError CCMIOCheckProcessorMesh( CCMIOError *err, CCMIOProcessor proc ); 00028 00029 #ifdef __cplusplus 00030 } 00031 #endif 00032 #endif /* CCMIOMESH_VERIFY_H */