<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Dear all,</p>
    <p>I am currently working on an analysis thorn which makes use of
      different quantities provided by the thorn ADMMacros. In one .cc
      file I assemble different routines. Especialy, one of those uses
      UPPERMET, and another one uses TRRICCI.</p>
    <p>Using the declaration and definition from the thorn
      documentation, I made sure to correctly employ the includes of
      _declare, _guts, and, _undefine.</p>
    <p>However, when compiling I keep receiving the following error:<br>
    </p>
    <p><font size="-2">In file included from
/scratch/je/jensflo/EinsteinTools/Cactus/arrangements/EinsteinBase/ADMMacros/src/macro/UPPERMET_guts.h(14),<br>
                         from
/scratch/je/jensflo/EinsteinTools/Cactus/arrangements/EinsteinBase/ADMMacros/src/macro/TRRICCI_guts.h(15),<br>
                         from
/scratch/je/jensflo/EinsteinTools/Cactus/configs/sim/build/FFEvolve/FFEvolve_Analysis.cc(412):<br>
/scratch/je/jensflo/EinsteinTools/Cactus/arrangements/EinsteinBase/ADMMacros/src/macro/DETG_guts.h(36):
        error: identifier "detg_psi4" is undefined<br>
          DETG_PSI4 = 1;</font></p>
    <p>This error occurs for a variety of other identifiers in the same
      place. If I take out the TRRICCI part from the code, I do not get
      these error messages. I would be so glad about an insight into
      this. <br>
    </p>
    <p>Thank you so much and my best from Valencia</p>
    <p>Jens<br>
    </p>
  </body>
</html>