Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107164421
stochastic_ray_tracing.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
Sat, Apr 5, 12:53
Size
315 B
Mime Type
text/x-c
Expires
Mon, Apr 7, 12:53 (2 d)
Engine
blob
Format
Raw Data
Handle
25357626
Attached To
rDLMA Diffusion limited mixed aggregation
stochastic_ray_tracing.cpp
View Options
#include <post.h>
int
main
(
int
argc
,
char
*
argv
[])
{
if
(
argc
<
4
){
std
::
cout
<<
"check number of arguments"
<<
std
::
endl
;
return
0
;
}
post_p
::
postprocessing
*
test
=
new
post_p
::
postprocessing
(
argv
[
1
]);
test
->
dump_stochastic_ray_tracing
(
argv
[
2
],
std
::
stoi
(
argv
[
3
]));
return
0
;
}
Event Timeline
Log In to Comment