Please send questions to st10@humboldt.edu .
/*--------------------------------------------------
 header file for function ring_area
   created by smtuttle at Tue Oct 19 14:15:27 PDT 2010
--------------------------------------------------*/
#ifndef ring_area_H
#define ring_area_H

#include <string>
using namespace std;

double ring_area(double outer_rad, double inner_rad);

#endif