From: heister Date: Fri, 2 Mar 2012 21:11:21 +0000 (+0000) Subject: clarify comment in test X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4754f55fb4cc4553e30a37328ec025f74653cfa1;p=dealii-svn.git clarify comment in test git-svn-id: https://svn.dealii.org/trunk@25200 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/mpi/p4est_data_out_01.cc b/tests/mpi/p4est_data_out_01.cc index e841cd60df..f8fed92128 100644 --- a/tests/mpi/p4est_data_out_01.cc +++ b/tests/mpi/p4est_data_out_01.cc @@ -15,6 +15,10 @@ // create a parallel DoFHandler and output data on a single // cell. DataOut was not prepared to handle situations where a // processor has no active cells at all. +// We are checking the output by proc 0, who has 0 own cells to write. +// Note that we can not write an empty file, because the collection +// needs to be readable by paraview and visit. We check that +// the format stays as it is right now. #include "../tests.h" #include "coarse_grid_common.h"