#ifndef _LOADLINESFROMDB_H_ #define _LOADLINESFROMDB_H_ #include #include "GATS_DB.h" int LoadLinesFromDB( const std::vector& igas, const double nu1, const double nu2, const float wnmax, const int mcmix , const int mlmix, std::vector& afgl, gatsDBpp::GATS_DB* dbConnection, const std::string& tableName ) ; #endif // _LOADLINESFROMDB_H_