Switch to side-by-side view

--- a/src/rcldb/rcldb.h
+++ b/src/rcldb/rcldb.h
@@ -233,8 +233,9 @@
     vector<bool> updated;
 
     StopList m_stops;
-
-    bool reOpen(); // Close/open, same mode/opts
+    
+    // Reinitialize when adding/removing additional dbs
+    bool adjustdbs(); 
     bool stemExpand(const string &lang, const string &s, 
 		    list<TermMatchEntry>& result, int max = -1);