#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) |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001