summaryrefslogtreecommitdiff
path: root/chroma/cuda/physical_constants.h
blob: 008250344d09dd90e0cce5c97bb67ecb425edc54 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __PHYSICAL_CONSTANTS_H__
#define __PHYSICAL_CONSTANTS_H__

// mm/ns
#define SPEED_OF_LIGHT 299.792458f

#define PI 3.141592653589793f

#endif