Skip to content

Commit d06c3dd

Browse files
authored
Merge pull request #71 from CCPBioSim/46-remove-endian-sensitive-math
Removal of Endian Sensitive Math
2 parents 33c7060 + 0e84b15 commit d06c3dd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CodeEntropy/UnitsAndConversions.py

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
PLANCK_CONST = 6.62607004081818e-34 # J s
88
C_LIGHT = 29979245800 # cm/s
99

10-
# MACHINE DATA
11-
LITTLE_ENN = "<"
12-
BIG_ENN = ">"
13-
1410
# LENGTH
1511
NM2ANG = 1e1
1612
M2ANG = 1e10

0 commit comments

Comments
 (0)