Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97644267
voronoi_volumes.cpp
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
Mon, Jan 6, 00:37
Size
349 B
Mime Type
text/x-c
Expires
Wed, Jan 8, 00:37 (2 d)
Engine
blob
Format
Raw Data
Handle
23376170
Attached To
rDLMA Diffusion limited mixed aggregation
voronoi_volumes.cpp
View Options
#include <post.h>
int
main
(
int
argc
,
char
*
argv
[])
{
post_p
::
postprocessing
*
test
=
new
post_p
::
postprocessing
(
argv
[
1
]);
if
(
argc
<
3
){
std
::
cout
<<
"please provide config_filename results_filename"
<<
std
::
endl
;
return
0
;
}
else
{
test
->
dump_voronoi_volume
(
argv
[
2
]);
}
delete
test
;
return
0
;
}
Event Timeline
Log In to Comment