From: kronbichler Date: Wed, 22 Dec 2010 13:37:52 +0000 (+0000) Subject: Fix compile problem without MT. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfcdbecb1afafa37cf8f077f95421cb05275ff21;p=dealii-svn.git Fix compile problem without MT. git-svn-id: https://svn.dealii.org/trunk@23062 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/data_out_curved_cells.cc b/tests/bits/data_out_curved_cells.cc index df0f0fd0a8..544ae5135f 100644 --- a/tests/bits/data_out_curved_cells.cc +++ b/tests/bits/data_out_curved_cells.cc @@ -256,7 +256,9 @@ int main () // to me, appears to deadlock at // times. make sure we kill it // after some time +#if DEAL_II_USE_MT == 1 DeadlockKiller killer; +#endif curved_grid (logfile); }