--- benchmarks/analysis/ploticus.sml 2015/03/14 13:38:34 3064 +++ benchmarks/analysis/ploticus.sml 2015/03/14 14:58:57 3065 @@ -93,7 +93,7 @@ val env = [ "PLOTICUS_PREFABS=" ^ prefabs ] - val proc = Unix.executeInEnv (plPath, args, env) + val proc = Unix.executeInEnv (plPath, "-stdin" :: args, env) val outS = Unix.textOutstreamOf proc in outFn outS;
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: nv (plPath, "-stdin" :: args, env) val outS = Unix.textOutstreamOf proc in outFn outS;