From 2fef8017dd279bae5326068b3c5aa763a4788d81 Mon Sep 17 00:00:00 2001 From: "jan.reininghaus" Date: Thu, 21 Mar 2013 11:52:45 +0000 Subject: replaced tabs with spaces git-svn-id: https://phat.googlecode.com/svn/trunk@9 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- src/phat.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/phat.cpp b/src/phat.cpp index 895d52d..a98827c 100644 --- a/src/phat.cpp +++ b/src/phat.cpp @@ -84,8 +84,8 @@ void parse_command_line( int argc, char** argv, bool& use_binary, Representation template void generic_compute_pairing( std::string input_filename, std::string output_filename, - bool use_binary, - bool verbose, + bool use_binary, + bool verbose, bool dualize ) { phat::boundary_matrix< Representation > matrix; @@ -93,7 +93,7 @@ void generic_compute_pairing( std::string input_filename, double read_timer = omp_get_wtime(); if( use_binary ) { - LOG( "Reading input file " << input_filename << " in binary mode" ) + LOG( "Reading input file " << input_filename << " in binary mode" ) read_successful = matrix.load_binary( input_filename ); } else { LOG( "Reading input file " << input_filename << " in ascii mode" ) -- cgit v1.2.3