From 55dc9a1641662407838c1720b3246ad4e281bbdc Mon Sep 17 00:00:00 2001 From: "kainan.wang" Date: Wed, 20 Mar 2013 17:12:00 +0000 Subject: [PATCH] change int to PetscInt in slepc_solver.cc 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/source/lac/slepc_solver.cc b/deal.II/source/lac/slepc_solver.cc index a1095fe517..e70814ba42 100644 --- a/deal.II/source/lac/slepc_solver.cc +++ b/deal.II/source/lac/slepc_solver.cc @@ -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 -- 2.39.5