Teuchos - Trilinos Tools Package  Version of the Day
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 
7 namespace Teuchos {
8 
9 enum { NCHARS = 98 };
10 
11 #define TEUCHOS_CHARTAB_SIZE 128
12 extern int const chartab[TEUCHOS_CHARTAB_SIZE];
13 extern 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,...