From: Timo Heister Date: Wed, 5 Nov 2014 15:41:11 +0000 (-0500) Subject: Merge pull request #221 from kronbichler/master X-Git-Tag: v8.2.0-rc1~87 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4f6fd0928201de444e15d19b2185835310d885a;p=dealii.git Merge pull request #221 from kronbichler/master Fix a compiler warning with gcc-4.9. gcc-4.9 seems to be able to see that accessing R[1] in 1D is out of bound for spacedim == 1 but it can omit the warning if accessed inside a switch statement. Fix this warning (even though we won't use SphericalManifold for spacedim == 1). --- e4f6fd0928201de444e15d19b2185835310d885a