aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-04-08 16:21:28 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-04-08 16:21:28 +0000
commit568a7ce9ff56c206f3ecb88f3a59c26a4ecba185 (patch)
tree2cb89e32574db3e28ef29864012acbbc007d1474 /core
parent61ee2ce37185c2b5b8b6d70064d80a0acabdfba5 (diff)
downloadopt-utilities-568a7ce9ff56c206f3ecb88f3a59c26a4ecba185.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@24 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'core')
-rw-r--r--core/fitter.hpp2
-rw-r--r--core/freeze_param.hpp2
-rw-r--r--core/opt_exception.hpp2
-rw-r--r--core/opt_traits.hpp2
-rw-r--r--core/optimizer.hpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/core/fitter.hpp b/core/fitter.hpp
index 38f05a3..34f9203 100644
--- a/core/fitter.hpp
+++ b/core/fitter.hpp
@@ -1038,7 +1038,7 @@ namespace opt_utilities
-};
+}
#endif
diff --git a/core/freeze_param.hpp b/core/freeze_param.hpp
index 4424c58..31541c1 100644
--- a/core/freeze_param.hpp
+++ b/core/freeze_param.hpp
@@ -197,7 +197,7 @@ namespace opt_utilities
return freeze_param<Ty,Tx,Tp,Tstr>(name);
}
-};
+}
#endif
diff --git a/core/opt_exception.hpp b/core/opt_exception.hpp
index 925e4b5..65e4470 100644
--- a/core/opt_exception.hpp
+++ b/core/opt_exception.hpp
@@ -99,7 +99,7 @@ namespace opt_utilities
{}
};
-};
+}
#endif
diff --git a/core/opt_traits.hpp b/core/opt_traits.hpp
index 94b77a8..b8426e0 100644
--- a/core/opt_traits.hpp
+++ b/core/opt_traits.hpp
@@ -59,7 +59,7 @@ namespace opt_utilities
{
return (lhs=rhs);
}
-};
+}
diff --git a/core/optimizer.hpp b/core/optimizer.hpp
index ca73775..e953b2d 100644
--- a/core/optimizer.hpp
+++ b/core/optimizer.hpp
@@ -281,7 +281,7 @@ namespace opt_utilities
}
};
-};
+}
#endif
//EOF