From 3cf63b2f122f1fd9a967ee9dc7a21436f4a94077 Mon Sep 17 00:00:00 2001 From: "jan.reininghaus" Date: Tue, 23 Apr 2013 09:46:54 +0000 Subject: new vector interface for boundary_matrix git-svn-id: https://phat.googlecode.com/svn/trunk@38 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- include/phat/helpers/dualize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/phat/helpers') diff --git a/include/phat/helpers/dualize.h b/include/phat/helpers/dualize.h index 15f7c57..752103d 100644 --- a/include/phat/helpers/dualize.h +++ b/include/phat/helpers/dualize.h @@ -46,6 +46,6 @@ namespace phat { for( index cur_col = 0; cur_col < nr_of_columns; cur_col++ ) std::reverse( dual_matrix[ cur_col ].begin(), dual_matrix[ cur_col ].end() ); - boundary_matrix.init( dual_matrix, dual_dims ); + boundary_matrix.load_vector_vector( dual_matrix, dual_dims ); } } -- cgit v1.2.3