//============================================================================== /*! \file tables.c \brief Hosts several tables that are used throughout the OBS This file contains several tables that are used in the OBS. Since the tables are long it is not convenient to insert them directly in the OBS code. See the comments attached to each table for the meaning of the tables. Also two functions are there - void init_tables_len (void): simply stores into global variables the length of the tables of this file. - void init_tables (void): calls the previous function and a similar one used for initializing the tables lens of file conf_tab.c */