Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Teuchos_chartab.hpp
1/* This file was auto-generated by
2 gen_Teuchos_chartab */
3
4#ifndef TEUCHOS_CHARTAB_HPP
5#define TEUCHOS_CHARTAB_HPP
6
7namespace Teuchos {
8
9enum { NCHARS = 98 };
10
11#define TEUCHOS_CHARTAB_SIZE 128
12extern int const chartab[TEUCHOS_CHARTAB_SIZE];
13extern char const inv_chartab[NCHARS];
14
15} // end namespace Teuchos
16
17#endif
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...