|
UQTk: Uncertainty Quantification Toolkit 3.1.5
|
#include <stdlib.h>#include <stdio.h>#include <iostream>#include <unistd.h>#include <math.h>#include <assert.h>#include "arrayio.h"#include "gkplib.h"Macros | |
| #define | NDIM 2 |
| #define | NLEV 2 |
| #define | VERBOSITY 1 |
| #define | PDFTYPE "unif" |
Functions | |
| int | usage () |
| Displays information about this program. | |
| int | main (int argc, char *argv[]) |
| #define NDIM 2 |
| #define NLEV 2 |
| #define PDFTYPE "unif" |
| #define VERBOSITY 1 |
| int main | ( | int | argc, |
| char * | argv[] ) |
Read the user input
| int usage | ( | ) |
Displays information about this program.