From: Martin Kronbichler Date: Wed, 22 Dec 2010 13:37:52 +0000 (+0000) Subject: Fix compile problem without MT. X-Git-Tag: v8.0.0~4597 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cd08795df0950b0023db24c9c293ea7c6542c23;p=dealii.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); }