From b4ba34f851847a4e93a0d097c019a46cdce1b805 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 12 Sep 2000 09:35:51 +0000 Subject: [PATCH] Add small comment. git-svn-id: https://svn.dealii.org/trunk@3320 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/swappable_vector.templates.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/lac/include/lac/swappable_vector.templates.h b/deal.II/lac/include/lac/swappable_vector.templates.h index 3def940779..48a5b760e1 100644 --- a/deal.II/lac/include/lac/swappable_vector.templates.h +++ b/deal.II/lac/include/lac/swappable_vector.templates.h @@ -232,6 +232,10 @@ void SwappableVector::kill_file () lock.acquire(); #endif + // this is too bad: someone + // requested the vector in advance, + // but never got to fetch it. this + // is most probably an error, not? Assert (data_is_preloaded == false, ExcInternalError()); if (filename != "") -- 2.39.5