Removed some non-working code to do with raw data analysis.

This commit is contained in:
Graham Jones
2016-07-22 18:51:20 +01:00
parent 4f71b024b5
commit b299cc27f8
2 changed files with 3 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ dependencies {
testCompile 'org.hamcrest:hamcrest-library:1.1'
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:support-v4:22.2.1'
compile files('libs/JTransforms-3.1-with-dependencies.jar')
//compile files('libs/JTransforms-3.1-with-dependencies.jar')
compile 'org.apache.commons:commons-math3:3.6.1'
}