From 8d5161bf33528459447ee1ca02006ec0252db196 Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 15 May 2013 23:08:47 +0000 Subject: Move all of Piraha into cctki_piraha namespace Change namespace "piraha" to "cctki_piraha", as per Cactus naming standard. Move smart_ptr into this namespace as well. git-svn-id: http://svn.cactuscode.org/flesh/trunk@5012 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/piraha/Dot.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/piraha/Dot.cc') diff --git a/src/piraha/Dot.cc b/src/piraha/Dot.cc index 8f1b0396..b06cd319 100644 --- a/src/piraha/Dot.cc +++ b/src/piraha/Dot.cc @@ -1,6 +1,6 @@ #include "Piraha.hpp" -using namespace piraha; +using namespace cctki_piraha; bool Dot::match(Matcher *m) { if(m->pos - m->input_size >= 0) -- cgit v1.2.3