From: Wolfgang Bangerth Date: Tue, 12 Sep 2000 09:35:51 +0000 (+0000) Subject: Add small comment. X-Git-Tag: v8.0.0~20109 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=870c9c492f9f2be59fcfcfbd1b570f369125efb1;p=dealii.git Add small comment. git-svn-id: https://svn.dealii.org/trunk@3320 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 != "")