Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
05409a03
Commit
05409a03
authored
Feb 20, 2012
by
George Zagaris
Browse files
STYLE: Fix identations
Change-Id: Ic8e20f2ba2e7d294a4cb9304bc5af1ac52f309f4
parent
239b79bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Filtering/vtkAMRBox.h
View file @
05409a03
...
@@ -235,7 +235,7 @@ public:
...
@@ -235,7 +235,7 @@ public:
// equal to the low bounds, i.e.,
// equal to the low bounds, i.e.,
// LoCorner[ i ] == HiCorner[ i ] for all i.
// LoCorner[ i ] == HiCorner[ i ] for all i.
bool
Empty
()
const
bool
Empty
()
const
{
return
this
->
IsInvalid
();}
{
return
this
->
IsInvalid
();}
// Description:
// Description:
// Check to see if the AMR box instance is invalid.
// Check to see if the AMR box instance is invalid.
...
@@ -254,7 +254,7 @@ public:
...
@@ -254,7 +254,7 @@ public:
// Note: Two AMR boxes are equal if: (a) they have the same dimensionality
// Note: Two AMR boxes are equal if: (a) they have the same dimensionality
// (b) they are at the same level and (c) they occupy the same index space.
// (b) they are at the same level and (c) they occupy the same index space.
bool
operator
!=
(
const
vtkAMRBox
&
other
)
bool
operator
!=
(
const
vtkAMRBox
&
other
)
{
return
(
!
(
*
this
==
other
));
}
{
return
(
!
(
*
this
==
other
)
);
}
// Description:
// Description:
// Determine if the boxes intersect but do not compute
// Determine if the boxes intersect but do not compute
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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