From 0d478dbf1dab43a5998c33ec241d0b00434853dd Mon Sep 17 00:00:00 2001 From: "ulrich.bauer@gmail.com" Date: Mon, 22 Apr 2013 09:45:27 +0000 Subject: path to example in self test git-svn-id: https://phat.googlecode.com/svn/trunk@35 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 2aabdc4..aedfb61 100644 --- a/src/self_test.cpp +++ b/src/self_test.cpp @@ -31,7 +31,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