|
Jpp - the software that should make you happy
|
Example program to plot UNESCO sound velocity. More...
#include <iostream>#include <iomanip>#include <string>#include "TROOT.h"#include "TFile.h"#include "TH2D.h"#include "Jeep/JParser.hh"#include "Jeep/JMessage.hh"Go to the source code of this file.
Functions | |
| double | getVelocity (const double D, const double S, const double T) |
| Get sound velocity. More... | |
| int | main (int argc, char **argv) |
Example program to plot UNESCO sound velocity.
Definition in file UNESCO.cc.
|
inline |
Get sound velocity.
| D | Depth [m] |
| S | Salinity [ppk] |
| T | Temperature [C] |
Definition at line 20 of file UNESCO.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 39 of file UNESCO.cc.
1.8.5