summaryrefslogtreecommitdiff
path: root/src/self_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/self_test.cpp')
-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 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;