From: kainan.wang Date: Wed, 20 Mar 2013 17:12:00 +0000 (+0000) Subject: change int to PetscInt in slepc_solver.cc X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55dc9a1641662407838c1720b3246ad4e281bbdc;p=dealii-svn.git 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 --- 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