Skip to content

File General.h

File List > src > General.h

Go to the documentation of this file

#ifndef GENERAL_H
#define GENERAL_H
// includes, system

#define pi 3.14159265

#include "cuda_runtime.h"
#include "device_launch_parameters.h"


#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <cmath>
#include <chrono>
#include <ctime>
#include <string>
#include <vector>
#include <map>
#include <netcdf.h>
#include <algorithm>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <sstream>
#include <limits> 
#include <thread>

// End of global definition
#endif