Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90964373
compute_boundary.cc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Nov 6, 11:18
Size
433 B
Mime Type
text/x-c
Expires
Fri, Nov 8, 11:18 (2 d)
Engine
blob
Format
Raw Data
Handle
22165505
Attached To
R7571 SP4E-TB-TL-FR
compute_boundary.cc
View Options
#include "compute_boundary.hh"
/* -------------------------------------------------------------------------- */
ComputeBoundary
::
ComputeBoundary
(
const
Vector
&
xmin
,
const
Vector
&
xmax
)
:
xmin
(
xmin
),
xmax
(
xmax
)
{
}
/* -------------------------------------------------------------------------- */
void
ComputeBoundary
::
compute
(
System
&
system
)
{
}
/* -------------------------------------------------------------------------- */
Event Timeline
Log In to Comment