summaryrefslogtreecommitdiff
path: root/include/phat/helpers/dualize.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/phat/helpers/dualize.h')
-rw-r--r--include/phat/helpers/dualize.h2
1 files changed, 1 insertions, 1 deletions
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 );
}
}