Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

vortex.cc File Reference

#include <stdio.h>
#include <string.h>
#include <fstream.h>
#include <math.h>
#include <ctype.h>
#include "wakevortex.h"

Defines

#define MIN(a, b)   (((a) < (b)) ? (a) : (b))
#define MAX(a, b)   (((a) > (b)) ? (a) : (b))
#define INIT_KNEIGHBORS   5

Functions

double ran1 ()
ostream & operator<< (ostream &Out, Vortex &V)

Define Documentation

#define INIT_KNEIGHBORS   5
 

#define MAX a,
     (((a) > (b)) ? (a) : (b))
 

#define MIN a,
     (((a) < (b)) ? (a) : (b))
 


Function Documentation

ostream& operator<< ostream &    Out,
Vortex   V
 

double ran1  
 


Generated on Sun Jun 16 17:36:44 2002 for Anirudh's Vortex-Wake Simulation Code by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001