Mercurial > hg > kwantix
diff src/func.cpp @ 30:d22bce6382d7
Finalise removal of all namespaces, one namespace to rule them all.
author | Jordi Gutiérrez Hermoso <jordigh@gmail.com> |
---|---|
date | Wed, 03 Feb 2010 19:30:20 -0600 |
parents | 0af772242000 |
children | 7f31f9e2d196 |
line wrap: on
line diff
--- a/src/func.cpp +++ b/src/func.cpp @@ -4,7 +4,7 @@ #include <cmath> #include <limits> -namespace bvp{ +namespace kwantxi{ //The static variables... double realfunc::eps = 0; @@ -101,9 +101,9 @@ return 0; } - error_handling::badArgument + kwantxi::badArgument realfunc::no_init(int line, string file) const{ - error_handling::badArgument exc; + kwantxi::badArgument exc; exc.line = line; exc.file = file; exc.reason = "Did not assign a function pointer to a realfunc object.";