Canoe
Comprehensive Atmosphere N' Ocean Engine
read_data_table.cpp File Reference
#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)
 

Function Documentation

◆ read_data_table()

void read_data_table ( char const *  fname,
double **  data,
int *  rows,
int *  cols 
)

Definition at line 10 of file read_data_table.cpp.

◆ ReadDataTable()

void ReadDataTable ( AthenaArray< Real > *  data,
std::string  fname,
char  c 
)

Definition at line 35 of file read_data_table.cpp.