summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Boehm <hboehm@google.com>2014-11-26 16:06:25 -0800
committerHans Boehm <hboehm@google.com>2014-11-26 16:06:25 -0800
commita6ffc36c0b2922318170a6bcc07b7683628a6613 (patch)
treeaf2a2c71818ffd98f6bee4061cb121cc82a2376a
parent36dc537535bd06a87d652c9d3c369e1f748aa45b (diff)
downloadcrcalc-a6ffc36c0b2922318170a6bcc07b7683628a6613.tar.gz
Move Java source files into appropriate directories
Move files so that paths correspond to package name. Change-Id: I3ef569f2285003493b97e49f02d36e3f1e8e4ae9
-rw-r--r--src/com/sgi/math/AbortedError.java (renamed from src/AbortedError.java)0
-rw-r--r--src/com/sgi/math/CR.java (renamed from src/CR.java)0
-rw-r--r--src/com/sgi/math/PrecisionOverflowError.java (renamed from src/PrecisionOverflowError.java)0
-rw-r--r--src/com/sgi/math/UnaryCRFunction.java (renamed from src/UnaryCRFunction.java)0
-rw-r--r--tests/com/sgi/math/TestCR.java (renamed from tests/TestCR.java)0
5 files changed, 0 insertions, 0 deletions
diff --git a/src/AbortedError.java b/src/com/sgi/math/AbortedError.java
index f4fe8a3..f4fe8a3 100644
--- a/src/AbortedError.java
+++ b/src/com/sgi/math/AbortedError.java
diff --git a/src/CR.java b/src/com/sgi/math/CR.java
index 9a0c1d2..9a0c1d2 100644
--- a/src/CR.java
+++ b/src/com/sgi/math/CR.java
diff --git a/src/PrecisionOverflowError.java b/src/com/sgi/math/PrecisionOverflowError.java
index e294596..e294596 100644
--- a/src/PrecisionOverflowError.java
+++ b/src/com/sgi/math/PrecisionOverflowError.java
diff --git a/src/UnaryCRFunction.java b/src/com/sgi/math/UnaryCRFunction.java
index 1062918..1062918 100644
--- a/src/UnaryCRFunction.java
+++ b/src/com/sgi/math/UnaryCRFunction.java
diff --git a/tests/TestCR.java b/tests/com/sgi/math/TestCR.java
index 6781ee2..6781ee2 100644
--- a/tests/TestCR.java
+++ b/tests/com/sgi/math/TestCR.java