From 03e4329c8a35cf731cf9b06d30702f61da873ef9 Mon Sep 17 00:00:00 2001 From: "ulrich.bauer@gmail.com" Date: Fri, 29 Mar 2013 09:42:23 +0000 Subject: self_test file path fixed git-svn-id: https://phat.googlecode.com/svn/trunk@12 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- src/self_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3