File Write_txtlog.h
File List > src > Write_txtlog.h
Go to the documentation of this file
#ifndef WRITETXTLOG_H
#define WRITETXTLOG_H
#include "General.h"
#include "Param.h"
void log(std::string text);
void create_logfile();
void write_text_to_log_file(std::string text);
void SaveParamtolog(Param XParam);
void saveparam2netCDF(int ncid, int bgfid, Param XParam);
// End of global definition
#endif