From faa5f45e12f3442c9c9c64637d61e7cc08958908 Mon Sep 17 00:00:00 2001 From: Jonathan Youett <youett@math.fu-berlin.de> Date: Mon, 29 Oct 2018 10:38:21 +0100 Subject: [PATCH] Reduce error to a warning when trying to write in Amiramesh without Amira --- src/2bcontact.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/2bcontact.cc b/src/2bcontact.cc index 01f13f6e..1099e438 100644 --- a/src/2bcontact.cc +++ b/src/2bcontact.cc @@ -547,7 +547,7 @@ int main (int argc, char *argv[]) try amiramesh2.addVertexData(x[1], grids[1]->leafGridView()); amiramesh2.write(resultPath+"1resultGrid",1); #else -#error Cannot write results in Amira format without Amiramesh +#warning Cannot write results in Amira format without Amiramesh #endif } else { -- GitLab