aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-09-01 11:31:26 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-09-01 11:31:26 +0000
commit3056e520a0bdf809c6e0361e5386a4387a7d7a75 (patch)
tree637b5c8bab1141c7362975709ea837c86a9d31e9 /src
parent328f2c2ce44aafb650bd4180eab7f620d99c22fd (diff)
extend naming convention to include molecule shape
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@107 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'src')
-rw-r--r--src/GeneralizedPolynomial-Uniform/common/structs.h64
1 files changed, 32 insertions, 32 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/common/structs.h b/src/GeneralizedPolynomial-Uniform/common/structs.h
index 06edb34..39daf12 100644
--- a/src/GeneralizedPolynomial-Uniform/common/structs.h
+++ b/src/GeneralizedPolynomial-Uniform/common/structs.h
@@ -9,69 +9,69 @@
* complex data array.
*/
-struct data_struct_1d_size2
+struct data_struct_1d_cube_size2
{
#include "1d.cube.size2/data-dcl.h";
}
-struct data_struct_1d_size3
+struct data_struct_1d_cube_size3
{
#include "1d.cube.size3/data-dcl.h";
};
-struct data_struct_1d_size4
+struct data_struct_1d_cube_size4
{
#include "1d.cube.size4/data-dcl.h";
};
-struct data_struct_1d_size5
+struct data_struct_1d_cube_size5
{
#include "1d.cube.size5/data-dcl.h";
};
-struct data_struct_1d_size6
+struct data_struct_1d_cube_size6
{
#include "1d.cube.size6/data-dcl.h";
};
-struct data_struct_1d_size7
+struct data_struct_1d_cube_size7
{
#include "1d.cube.size7/data-dcl.h";
};
-struct data_struct_2d_size2
+struct data_struct_2d_cube_size2
{
#include "2d.cube.size2/data-dcl.h";
}
-struct data_struct_2d_size3
+struct data_struct_2d_cube_size3
{
#include "2d.cube.size3/data-dcl.h";
};
-struct data_struct_2d_size4
+struct data_struct_2d_cube_size4
{
#include "2d.cube.size4/data-dcl.h";
};
-struct data_struct_2d_size5
+struct data_struct_2d_cube_size5
{
#include "2d.cube.size5/data-dcl.h";
};
-struct data_struct_2d_size6
+struct data_struct_2d_cube_size6
{
#include "2d.cube.size6/data-dcl.h";
};
-struct data_struct_3d_size2
+struct data_struct_3d_cube_size2
{
#include "3d.cube.size2/data-dcl.h";
}
-struct data_struct_3d_size3
+struct data_struct_3d_cube_size3
{
#include "3d.cube.size3/data-dcl.h";
};
-struct data_struct_3d_size4
+struct data_struct_3d_cube_size4
{
#include "3d.cube.size4/data-dcl.h";
};
-struct data_struct_3d_size5
+struct data_struct_3d_cube_size5
{
#include "3d.cube.size5/data-dcl.h";
};
-struct data_struct_3d_size6
+struct data_struct_3d_cube_size6
{
#include "3d.cube.size6/data-dcl.h";
};
@@ -83,69 +83,69 @@ struct data_struct_3d_size6
* molecule (written as a linear combination of the input data).
*/
-struct coeffs_struct_1d_size2
+struct coeffs_struct_1d_cube_size2
{
#include "1d.cube.size2/coeffs-dcl.h";
}
-struct coeffs_struct_1d_size3
+struct coeffs_struct_1d_cube_size3
{
#include "1d.cube.size3/coeffs-dcl.h";
};
-struct coeffs_struct_1d_size4
+struct coeffs_struct_1d_cube_size4
{
#include "1d.cube.size4/coeffs-dcl.h";
};
-struct coeffs_struct_1d_size5
+struct coeffs_struct_1d_cube_size5
{
#include "1d.cube.size5/coeffs-dcl.h";
};
-struct coeffs_struct_1d_size6
+struct coeffs_struct_1d_cube_size6
{
#include "1d.cube.size6/coeffs-dcl.h";
};
-struct coeffs_struct_1d_size7
+struct coeffs_struct_1d_cube_size7
{
#include "1d.cube.size7/coeffs-dcl.h";
};
-struct coeffs_struct_2d_size2
+struct coeffs_struct_2d_cube_size2
{
#include "2d.cube.size2/coeffs-dcl.h";
}
-struct coeffs_struct_2d_size3
+struct coeffs_struct_2d_cube_size3
{
#include "2d.cube.size3/coeffs-dcl.h";
};
-struct coeffs_struct_2d_size4
+struct coeffs_struct_2d_cube_size4
{
#include "2d.cube.size4/coeffs-dcl.h";
};
-struct coeffs_struct_2d_size5
+struct coeffs_struct_2d_cube_size5
{
#include "2d.cube.size5/coeffs-dcl.h";
};
-struct coeffs_struct_2d_size6
+struct coeffs_struct_2d_cube_size6
{
#include "2d.cube.size6/coeffs-dcl.h";
};
-struct coeffs_struct_3d_size2
+struct coeffs_struct_3d_cube_size2
{
#include "3d.cube.size2/coeffs-dcl.h";
}
-struct coeffs_struct_3d_size3
+struct coeffs_struct_3d_cube_size3
{
#include "3d.cube.size3/coeffs-dcl.h";
};
-struct coeffs_struct_3d_size4
+struct coeffs_struct_3d_cube_size4
{
#include "3d.cube.size4/coeffs-dcl.h";
};
-struct coeffs_struct_3d_size5
+struct coeffs_struct_3d_cube_size5
{
#include "3d.cube.size5/coeffs-dcl.h";
};
-struct coeffs_struct_3d_size6
+struct coeffs_struct_3d_cube_size6
{
#include "3d.cube.size6/coeffs-dcl.h";
};