blob: 37fd644f5463e40fda23122e787a58ddd44ebac8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-an,v 1.1 2005/10/07 12:31:25 rillig Exp $
The patches patch-al upto patch-aq add the physical constants k, q, e0,
mu0, and c.
--- constant.h.orig Thu Apr 4 05:46:11 2002
+++ constant.h Fri Oct 7 14:24:25 2005
@@ -22,6 +22,11 @@ Foundation, Inc., 59 Temple Place - Suit
#ifndef __CONSTANT_H
#define __CONSTANT_H
+extern Real *realBoltzmann;
+extern Real *realCharge;
+extern Real *realE0;
+extern Real *realMu0;
+extern Real *realLightSpeed;
extern Real *realPi;
extern Real *realPi2;
extern Real *realZero;
|