Skip to content
Snippets Groups Projects
Commit 23d789ac authored by Norihiro Watanabe's avatar Norihiro Watanabe Committed by Tom Fischer
Browse files

[Math] fix warning C4819 (unsupported character in current code)

parent de8b5c48
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ initGLTet3X()
{
// Cf. Gellert, M., Harbord, R., 1991. Moderate degree cubature formulas for
// 3-D tetrahedral finite-element approximations. Communications in Applied
// Numerical Methods 7, 487495. doi:10.1002/cnm.1630070609
// Numerical Methods 7, 487-495. doi:10.1002/cnm.1630070609
const double a = 0.0673422422100983;
const double b = 0.3108859192633005;
const double c = 0.7217942490673264;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment