Index: openems_xml.c =================================================================== --- openems_xml.c (revision 31998) +++ openems_xml.c (revision 31999) @@ -153,6 +153,7 @@ fprintf(ctx->f, " \n", mesh->bnd[0], mesh->bnd[1], mesh->bnd[2], mesh->bnd[3], mesh->bnd[4], mesh->bnd[5]); fprintf(ctx->f, " \n"); } + fprintf(ctx->f, " \n"); fprintf(ctx->f, " \n"); fprintf(ctx->f, " \n", ctx->options[HA_void_epsilon].dbl, ctx->options[HA_void_mue].dbl); @@ -162,7 +163,6 @@ fprintf(ctx->f, " \n"); - fprintf(ctx->f, " \n"); fprintf(ctx->f, "\n"); }