home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programming
/
powerprogramming1994.iso
/
progtool
/
microcrn
/
issue_40.arc
/
DAIMS.ARC
/
EKPANEL.CPP
< prev
next >
Wrap
Text File
|
1988-02-10
|
640b
|
28 lines
#include "viscosity.h"
#include <math.h>
#include "matrix.hxx"
#include "Cheb_vector.hxx"
#include "vimatrix.hxx"
#include "ekman.hxx"
#include "ekpanel.hxx"
/*
-*++ ekpanel::ekpanel(): constructor
**
** (*++ history:
** 16 Jan 88 Bruce & Creation date
** ++*)
**
** (*++ detailed:
** ++*)
*/
/* constructor is messy -- leaves stuff lying about */
ekpanel::ekpanel(ekman_layer & ekman)
{
ekman_panel_handle =
ekman_panel_constructor(ekman.dc(), ekman.ac(),
ekman.waves(), ekman.xldom(),
ekman.xrdom(), ekman.modes());
}