/*
** $Id: pore_ext.h,v 1.1.1.1 2005/06/14 04:38:28 svitak Exp $
** $Log: pore_ext.h,v $
** Revision 1.1.1.1 2005/06/14 04:38:28 svitak
** Import from snapshot of CalTech CVS tree of June 8, 2005
**
** Revision 1.2 2001/04/25 17:16:59 mhucka
** Misc. small changes to improve portability and address compiler warnings.
**
** Revision 1.1 1992/12/11 19:03:51 dhb
** Initial revision
**
*/
/*************************************************************************/
/*Adam Franklin Strassberg*/
/*March 15, 1992*/
/*Header file pore_ext.h*/
/*************************************************************************/
#include "sim_ext.h"
#include "shell_func_ext.h"
#include "pore_struct.h"
/*************************************************************************/
/*Primitive Functions*/
double RAN();
double RATE();
double POWER();
/*************************************************************************/