|
GPLIB++
|
#include <iostream>#include <string>#include <algorithm>#include <cstdlib>#include <ctime>#include <boost/random/lagged_fibonacci.hpp>#include <boost/random/normal_distribution.hpp>#include <boost/random/variate_generator.hpp>#include <boost/bind.hpp>#include "SurfaceWaveData.h"#include "Util.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 16 of file surfnoise.cpp.
References gplib::SurfaceWaveData::GetPhaseVelocities(), gplib::SurfaceWaveData::ReadFile(), gplib::SurfaceWaveData::SetPhaseVelocities(), version, and gplib::SurfaceWaveData::WriteAscii().
1.8.6