]> https://gitweb.dealii.org/ - dealii.git/commitdiff
two 'double' -> 'S' (left over from converting to general value)
authorJoscha Gedicke <joscha.gedicke@iwr.uni-heidelberg.de>
Sun, 6 Mar 2016 14:40:59 +0000 (15:40 +0100)
committerJoscha Gedicke <joscha.gedicke@iwr.uni-heidelberg.de>
Sun, 6 Mar 2016 14:40:59 +0000 (15:40 +0100)
source/lac/constraint_matrix.inst.in

index 6aaf41fcef8d3f00bc488775d5b392445dd16327..22a4f147f0185b611774453aa13f5f569343c9d3 100644 (file)
@@ -28,7 +28,7 @@ for (S: REAL_SCALARS; T : DEAL_II_VEC_TEMPLATES)
     template void ConstraintMatrix::condense<parallel::distributed::T<S> >(const parallel::distributed::T<S> &, parallel::distributed::T<S> &) const;
     template void ConstraintMatrix::condense<parallel::distributed::T<S> >(parallel::distributed::T<S> &vec) const;
     template void ConstraintMatrix::distribute_local_to_global<parallel::distributed::T<S> > (
-      const Vector<double>&, const std::vector<types::global_dof_index> &, parallel::distributed::T<S> &, const FullMatrix<double>&) const;
+      const Vector<S>&, const std::vector<types::global_dof_index> &, parallel::distributed::T<S> &, const FullMatrix<S>&) const;
     template void ConstraintMatrix::set_zero<parallel::distributed::T<S> >(parallel::distributed::T<S> &) const;
   }
 

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.