commit 433630632f42f8c71ccd6fd7f9142bde97fc3678
parent a986592dd0e2161501b47e5a22572a4598c5e7fa
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Wed, 30 Sep 2020 11:50:53 +0200
Improve error message
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/sdis_solve_boundary_Xd.h b/src/sdis_solve_boundary_Xd.h
@@ -666,7 +666,7 @@ XD(solve_boundary_flux)
if(msg2 == 0) {
msg2 = 1,
log_err(scn->dev,
- "%s: Attempt to compute a flux at a Dirichlet boundary.\n",
+ "%s: Attempt to compute a flux at a Dirichlet boundary (not available yet).\n",
FUNC_NAME);
}
}
diff --git a/src/sdis_solve_probe_boundary_Xd.h b/src/sdis_solve_probe_boundary_Xd.h
@@ -514,7 +514,7 @@ XD(solve_probe_boundary_flux)
if(msg1 == 0) {
msg1 = 1,
log_err(scn->dev,
- "%s: Attempt to compute a flux at a Dirichlet boundary.\n",
+ "%s: Attempt to compute a flux at a Dirichlet boundary (not available yet).\n",
FUNC_NAME);
}
}