Index: branches/pap/ppSub/src/ppSubErrorCodes.h.in
===================================================================
--- branches/pap/ppSub/src/ppSubErrorCodes.h.in	(revision 23704)
+++ branches/pap/ppSub/src/ppSubErrorCodes.h.in	(revision 23719)
@@ -1,7 +1,7 @@
-/** @file pswarpErrorCodes.h.in
+/** @file ppSubErrorCodes.h.in
  *
  *  @brief
  *
- *  @ingroup pswarp
+ *  @ingroup ppSub
  *
  *  @author IfA
@@ -11,9 +11,9 @@
  */
 
-#if !defined(PSWARP_ERROR_CODES_H)
-#define PSWARP_ERROR_CODES_H
+#if !defined(PPSUB_ERROR_CODES_H)
+#define PPSUB_ERROR_CODES_H
 /*
  * The line
- *  PSWARP_ERR_$X{ErrorCode},
+ *  PPSUB_ERR_$X{ErrorCode},
  * (without the X)
  *
@@ -21,10 +21,10 @@
  */
 typedef enum {
-    PSWARP_ERR_BASE = 14000,
-    PSWARP_ERR_${ErrorCode},
-    PSWARP_ERR_NERROR
-} pswarpErrorCode;
+    PPSUB_ERR_BASE = 14000,
+    PPSUB_ERR_${ErrorCode},
+    PPSUB_ERR_NERROR
+} ppSubErrorCode;
 
-void pswarpErrorRegister(void);
+void ppSubErrorRegister(void);
 
 #endif
