00001 // dhifwt3dsws_.h 00002 00003 ////////////////////////////////////////////////////////////////////// 00004 // (c) Copyright 1994-2002 Brown Deer Technology, LLC. 00005 // All rights reserved. 00006 ////////////////////////////////////////////////////////////////////// 00007 00008 #ifndef _DHIFWT3DSWS__H 00009 #define _DHIFWT3DSWS__H 00010 00011 00012 extern "C" { 00013 void dhifwt3dsws_( 00014 const int* Sizef3d, 00015 const int* ns, 00016 const int* size, 00017 const double* wdata, 00018 const double* sdata, 00019 const double* ws, 00020 const int* iflag 00021 ); 00022 } 00023 00024 #endif 00025
1.3.6