Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
f7593570
Commit
f7593570
authored
Jun 24, 2016
by
LEFEBVREJP email
Browse files
Fixing typo in debug line.
parent
08eb4598
Pipeline
#7062
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixgeometry/grid.cc
View file @
f7593570
...
...
@@ -171,7 +171,7 @@ bool Grid::start(Real xo, Real yo, Real zo,
Real
xd
,
Real
yd
,
Real
zd
,
int
&
xi
,
int
&
yi
,
int
&
zi
)
const
{
radix_tagged_line
(
Point3D
(
xo
,
yo
,
zo
)
<<
" translated into by "
<<
t
ranslation
<<
"..."
);
radix_tagged_line
(
Point3D
(
xo
,
yo
,
zo
)
<<
" translated into by "
<<
mT
ranslation
<<
"..."
);
arrayCoordinates
(
xo
,
yo
,
zo
);
// put world coordinates into array
radix_tagged_line
(
Point3D
(
xo
,
yo
,
zo
));
Real
tx
=
xd
<
0
?
xo
-
halfKEpsilon
:
(
xd
>
0
?
xo
+
halfKEpsilon
:
xo
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment