aboutsummaryrefslogtreecommitdiff
path: root/src/driver/initial_guess.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/initial_guess.cc')
-rw-r--r--src/driver/initial_guess.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/driver/initial_guess.cc b/src/driver/initial_guess.cc
index 6eecd05..71eab86 100644
--- a/src/driver/initial_guess.cc
+++ b/src/driver/initial_guess.cc
@@ -45,6 +45,10 @@ using jtutil::error_exit;
#include "BH_diagnostics.hh"
#include "driver.hh"
+// all the code in this file is inside this namespace
+namespace AHFinderDirect
+ {
+
//******************************************************************************
//
@@ -328,3 +332,7 @@ if (print_msg_flag)
}
}
}
+
+//******************************************************************************
+
+ } // namespace AHFinderDirect