]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid a warning. 16450/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 10 Jan 2024 19:44:17 +0000 (12:44 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 10 Jan 2024 19:44:17 +0000 (12:44 -0700)
source/lac/trilinos_tpetra_sparsity_pattern.cc

index 84732f9fe923f5b1a08faa42a4695311e65d3561..b7c3dcc8f2eedefffacd5ff06da4c5b7ba7bb8b3 100644 (file)
@@ -1031,8 +1031,8 @@ namespace LinearAlgebra
     SparsityPattern<MemorySpace>::print_gnuplot(std::ostream &out) const
     {
       Assert(graph->isFillComplete() == true, ExcInternalError());
-      for (dealii::types::signed_global_dof_index row = 0; row < local_size();
-           ++row)
+
+      for (unsigned int row = 0; row < local_size(); ++row)
         {
 #  if DEAL_II_TRILINOS_VERSION_GTE(13, 2, 0)
           typename GraphType::local_inds_host_view_type indices;

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.