aboutsummaryrefslogtreecommitdiff
path: root/src/elliptic/lapack.h
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-07 23:05:39 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-07 23:05:39 +0000
commitc018ec122fc7da47cde522a8beb518a3deaaaa8b (patch)
tree11c60e1aff30b30ba906727474c1678f9f9ec045 /src/elliptic/lapack.h
parent8a5de99cbfe223c1564f95b7d900bc7abd8eeb07 (diff)
remove unneeded ; in
namespace jtutil { ... }; (icc warns about this) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@810 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/elliptic/lapack.h')
-rw-r--r--src/elliptic/lapack.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/elliptic/lapack.h b/src/elliptic/lapack.h
index f82d9d4..1e86616 100644
--- a/src/elliptic/lapack.h
+++ b/src/elliptic/lapack.h
@@ -8,7 +8,8 @@
*/
#ifdef __cplusplus
-extern "C" {
+extern "C"
+ {
#endif
/*
@@ -53,5 +54,5 @@ void CCTK_FCALL
integer* info);
#ifdef __cplusplus
- }; /* extern "C" */
+ } /* extern "C" */
#endif