Canoe
Comprehensive Atmosphere N' Ocean Engine
|
#include <athena/athena_arrays.hpp>
#include <cassert>
#include <cstdio>
#include <sstream>
#include "fileio.hpp"
#include "ndarrays.hpp"
Go to the source code of this file.
Functions | |
void | read_data_table (char const *fname, double **data, int *rows, int *cols) |
void | ReadDataTable (AthenaArray< Real > *data, std::string fname, char c) |
void read_data_table | ( | char const * | fname, |
double ** | data, | ||
int * | rows, | ||
int * | cols | ||
) |
Definition at line 10 of file read_data_table.cpp.
void ReadDataTable | ( | AthenaArray< Real > * | data, |
std::string | fname, | ||
char | c | ||
) |
Definition at line 35 of file read_data_table.cpp.