Raw File
bindings.h
// -*- C++ -*-
// 
//  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// 
//                               Michael A.G. Aivazis
//                        California Institute of Technology
//                        (C) 1998-2003 All Rights Reserved
// 
//  <LicenseText>
// 
//  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// 

#if !defined(pyCitcomSRegional_bindings_h)
#define pyCitcomSRegional_bindings_h

// the method table

extern struct PyMethodDef pyCitcomSRegional_methods[];

#endif

// version
// $Id: bindings.h,v 1.1.1.1 2003/03/24 01:46:37 tan2 Exp $

// End of file
back to top