]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
change int to PetscInt in slepc_solver.cc
authorkainan.wang <kainan.wang@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 20 Mar 2013 17:12:00 +0000 (17:12 +0000)
committerkainan.wang <kainan.wang@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 20 Mar 2013 17:12:00 +0000 (17:12 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@28960 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/lac/slepc_solver.cc

index a1095fe517bb86e91b0d479e325e8f0a3b331614..e70814ba429d2b4aad393ce144c6487a0288c53f 100644 (file)
@@ -171,7 +171,7 @@ namespace SLEPcWrappers
                            );
     AssertThrow (ierr == 0, ExcSLEPcError(ierr));
 
-    int n_iterations     = 0;
+    PetscInt n_iterations = 0;
     double residual_norm = 1e300;
 
     // @todo Investigate elaborating on some of this to act on the

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.