From 35c03be8602002338870343ff5882a053f1b6df5 Mon Sep 17 00:00:00 2001 From: guido 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 +++++++-- .../lac/solver.output | 36 +++++++++---------- 2 files changed, 33 insertions(+), 20 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