Merge: doc -> main
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
#undef H
|
||||
|
||||
const float X = 2.0;
|
||||
const float Y = 0.1;
|
||||
const float Z = 0.1;
|
||||
const float Y = 0.05;
|
||||
const float Z = 0.05;
|
||||
|
||||
#define A -X,-Y,-Z,
|
||||
#define B -X,-Y, Z,
|
||||
@@ -20,7 +20,7 @@ const float Z = 0.1;
|
||||
#define G X, Y,-Z,
|
||||
#define H X, Y, Z,
|
||||
|
||||
float d_axis[] =
|
||||
narray_float_t d_axis =
|
||||
{
|
||||
3*3*2*6,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user