ExodusII  6.05
ex_get_var_name.c File Reference
#include "exodusII.h"

Functions

int ex_get_var_name (int exoid, const char *var_type, int var_num, char *var_name)
 

Function Documentation

◆ ex_get_var_name()

int ex_get_var_name ( int  exoid,
const char *  var_type,
int  var_num,
char *  var_name 
)

reads the name of a particular results variable from the database

Deprecated:
use ex_get_variable_name()(exoid, obj_type, var_num, *var_name)