summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorulrich.bauer@gmail.com <ulrich.bauer@gmail.com@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2013-04-22 09:45:27 +0000
committerulrich.bauer@gmail.com <ulrich.bauer@gmail.com@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2013-04-22 09:45:27 +0000
commit0d478dbf1dab43a5998c33ec241d0b00434853dd (patch)
tree6370facdf0ecfca5e5a6f1f1d6d360d86dff87f3
parent118bfc4def5abef1de570dcad2fda4773d0e81f1 (diff)
path to example in self test
git-svn-id: https://phat.googlecode.com/svn/trunk@35 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
-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;