Index: branches/pap/ppSub/src/ppSubErrorCodes.c.in
===================================================================
--- branches/pap/ppSub/src/ppSubErrorCodes.c.in	(revision 23704)
+++ branches/pap/ppSub/src/ppSubErrorCodes.c.in	(revision 23719)
@@ -1,7 +1,7 @@
-/** @file pswarpErrorCodes.c.in
+/** @file ppSubErrorCodes.c.in
  *
  *  @brief
  *
- *  @ingroup pswarp
+ *  @ingroup ppSub
  *
  *  @author IfA
@@ -12,19 +12,19 @@
 
 #include "pslib.h"
-#include "pswarpErrorCodes.h"
+#include "ppSubErrorCodes.h"
 
 /*
  * The line
-    { PSWARP_ERR_$X{ErrorCode}, "$X{ErrorDescription}"},
+    { PPSUB_ERR_$X{ErrorCode}, "$X{ErrorDescription}"},
  * (without the Xs)
  * will be replaced by values from errorCodes.dat
  */
-void pswarpErrorRegister(void)
+void ppSubErrorRegister(void)
 {
     static psErrorDescription errors[] = {
-       { PSWARP_ERR_BASE, "First value we use; lower values belong to psLib" },
-       { PSWARP_ERR_${ErrorCode}, "${ErrorDescription}"},
+       { PPSUB_ERR_BASE, "First value we use; lower values belong to psLib" },
+       { PPSUB_ERR_${ErrorCode}, "${ErrorDescription}"},
     };
-    static int nerror = PSWARP_ERR_NERROR - PSWARP_ERR_BASE; ///< number of values in enum
+    static int nerror = PPSUB_ERR_NERROR - PPSUB_ERR_BASE; ///< number of values in enum
 
     for (int i = 0; i < nerror; i++) {
