8 lines
131 B
C
8 lines
131 B
C
#ifndef CONSTANTS_H
|
|
#define CONSTANTS_H
|
|
|
|
#define __EPS0__ 8.85418781762e-12
|
|
#define __MUE0__ 1.256637062e-6
|
|
|
|
#endif // CONSTANTS_H
|