summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorulrich.bauer@gmail.com <ulrich.bauer@gmail.com@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2013-03-29 09:42:23 +0000
committerulrich.bauer@gmail.com <ulrich.bauer@gmail.com@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2013-03-29 09:42:23 +0000
commit03e4329c8a35cf731cf9b06d30702f61da873ef9 (patch)
tree29cad6f2499ec8f1194a7239ddbf922a1515559d /src
parent49fb804f7b91874157dd079a4a25d25de611613c (diff)
self_test file path fixed
git-svn-id: https://phat.googlecode.com/svn/trunk@12 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
Diffstat (limited to 'src')
-rw-r--r--src/self_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/self_test.cpp b/src/self_test.cpp
index 4cda0ae..4764874 100644
--- a/src/self_test.cpp
+++ b/src/self_test.cpp
@@ -30,7 +30,7 @@
int main( int argc, char** argv )
{
- std::string test_data = argc > 1 ? argv[ 1 ] : "torus.bin";
+ std::string test_data = argc > 1 ? argv[ 1 ] : "examples/torus.bin";
typedef phat::sparse_pivot_column Sparse;
typedef phat::full_pivot_column Full;