﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3661	Add a resimulate() function to the API	Vitalij Ruge	somebody	"It would be really nice to have something like 
{{{
recompile=false
}}}
for simulate-appy.

For example:

{{{
simulate(A, simflags=""xxxx"");
system(./A -yyyy);
}}}
is possible but, system() has other syntax under linux and windows.
More native would be
{{{
simulate(A, -simflags=""xxxx"");
simulate(A, -simflags=""yyyy"",recompile=""false"");
}}}"	enhancement	new	normal	2.0.0	*unknown*				
