| 20 |  | #ifndef OB_DATA_H | 
| 21 |  | #define OB_DATA_H | 
| 22 |  |  | 
| 23 | < | #include "babelconfig.hpp" | 
| 23 | > | #include "config.h" | 
| 24 |  |  | 
| 25 |  | #include <stdio.h> | 
| 26 |  |  | 
| 52 |  | //! \brief Base data table class, handles reading data files | 
| 53 |  | //! | 
| 54 |  | //! Base data table class--reads ASCII data files in various formats | 
| 55 | < | //! -# Checks for the environment variable _envvar (defaults to "BABEL_DATADIR") | 
| 55 | > | //! -# Checks for the environment variable _envvar (defaults to "FORCE_PARAM_PATH") | 
| 56 |  | //!     - Tries the _subdir directory if defined (def. "data") and then the main directory | 
| 57 |  | //! -# Checks for the directory _dir (def. determined by the build environment) | 
| 58 |  | //!     - Tries the subdirectory corresponding to this version, then the main directory |