Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
2d813607
Commit
2d813607
authored
Feb 24, 2009
by
mattijs
Browse files
removed instance searching
parent
af8a4206
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/meshTools/searchableSurface/searchableSurfaces.C
View file @
2d813607
...
...
@@ -39,8 +39,6 @@ defineTypeNameAndDebug(searchableSurfaces, 0);
}
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
// Construct with length.
...
...
@@ -187,14 +185,6 @@ Foam::searchableSurfaces::searchableSurfaces
// their object name. Maybe have stlTriSurfaceMesh which appends .stl
// when reading/writing?
namedIO
().
rename
(
key
);
// names_[surfI]
if
(
namedIO
().
local
()
!=
word
::
null
)
{
namedIO
().
instance
()
=
namedIO
().
time
().
findInstance
(
namedIO
().
local
(),
namedIO
().
name
()
);
}
// Create and hook surface
set
...
...
src/meshTools/searchableSurface/searchableSurfaces.H
View file @
2d813607
...
...
@@ -69,6 +69,8 @@ class searchableSurfaces
labelList
allSurfaces_
;
// Private Member Functions
//- Disallow default bitwise copy construct
searchableSurfaces
(
const
searchableSurfaces
&
);
...
...
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