S
Sabyasachi
Guest
Hi everybody,
I want to write monte carlo simulation results in a file . I am using
the following code in my ocean script
procedure(ABiterVsValue(@key (output poport) @rest args)
let(((poport output))
apply('iterVsValue args)
)
)
;and then use:
myOut=outfile("~/myOutput.txt")
ABiterVsValue("BW_27" ?output myOut)
close(myOut)
but my output file is empty after simulation.
Please help.
Cheers
Sabyasachi
I want to write monte carlo simulation results in a file . I am using
the following code in my ocean script
procedure(ABiterVsValue(@key (output poport) @rest args)
let(((poport output))
apply('iterVsValue args)
)
)
;and then use:
myOut=outfile("~/myOutput.txt")
ABiterVsValue("BW_27" ?output myOut)
close(myOut)
but my output file is empty after simulation.
Please help.
Cheers
Sabyasachi