From c3c52da2c31b4e0560b6b75fe69231e792b2015f Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 30 Apr 2003 12:55:39 +0000 Subject: [PATCH] more sophisticated permutation git-svn-id: https://svn.dealii.org/trunk@7499 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lac/solver.cc | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/tests/lac/solver.cc b/tests/lac/solver.cc index 5edaf5d21a..6e83139730 100644 --- a/tests/lac/solver.cc +++ b/tests/lac/solver.cc @@ -104,8 +104,21 @@ int main() std::vector permutation(dim); std::vector inverse_permutation(dim); - for (unsigned int i=0;i