Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Teuchos_chartab.hpp
1// @HEADER
2// *****************************************************************************
3// Teuchos: Common Tools Package
4//
5// Copyright 2004 NTESS and the Teuchos contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9
10/* This file was auto-generated by
11 gen_Teuchos_chartab */
12
13#ifndef TEUCHOS_CHARTAB_HPP
14#define TEUCHOS_CHARTAB_HPP
15
16namespace Teuchos {
17
18enum { NCHARS = 98 };
19
20#define TEUCHOS_CHARTAB_SIZE 128
21extern int const chartab[TEUCHOS_CHARTAB_SIZE];
22extern char const inv_chartab[NCHARS];
23
24} // end namespace Teuchos
25
26#endif
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...