summaryrefslogtreecommitdiff
path: root/src/piraha/ReParse.cc
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2013-05-15 23:08:47 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2013-05-15 23:08:47 +0000
commit8d5161bf33528459447ee1ca02006ec0252db196 (patch)
treee618608535597cfadc56255eec9e099b47bd3921 /src/piraha/ReParse.cc
parent0bad3f039d9734b99f43b36215e1dae482eae9a9 (diff)
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
Diffstat (limited to 'src/piraha/ReParse.cc')
-rw-r--r--src/piraha/ReParse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/piraha/ReParse.cc b/src/piraha/ReParse.cc
index 295b0b29..60b83db5 100644
--- a/src/piraha/ReParse.cc
+++ b/src/piraha/ReParse.cc
@@ -2,7 +2,7 @@
#include <stdlib.h>
#include <string.h>
-namespace piraha {
+namespace cctki_piraha {
char getChar(smart_ptr<Group> gr) {
if(gr->groupCount()==1) {