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