We have recently allowed that one can set a vector to zero, even if it has
ghost elements. But this test verified that we throw an exception in this
case. Remove this one test.
// ---------------------------------------------------------------------
//
-// Copyright (C) 2004 - 2013 by the deal.II authors
+// Copyright (C) 2004 - 2014 by the deal.II authors
//
// This file is part of the deal.II library.
//
{
deallog << e.get_exc_name() << std::endl;
}
- try
- {
- v=0.0;
- }
- catch (ExceptionBase &e)
- {
- deallog << e.get_exc_name() << std::endl;
- }
try
{
v+=v;
DEAL:0::ExcGhostsPresent()
DEAL:0::ExcGhostsPresent()
DEAL:0::ExcGhostsPresent()
-DEAL:0::ExcGhostsPresent()
DEAL:0::OK
DEAL:0::ExcGhostsPresent()
DEAL:0::ExcGhostsPresent()
DEAL:0::ExcGhostsPresent()
-DEAL:0::ExcGhostsPresent()
DEAL:0::OK
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