wlog_fst(u,j,flag)
Add here a paragraph of the function description. Other paragraph can be added
Add here a paragraph of the function description
Add here scilab instructions and comments
//Final Simulation Time function wlog_fst(u,j,flag) //doit faire test pour présence argument 2 tt=">> End iterative simulation "+string(j)+" : "+return_date()+"\n"; mfprintf(u,tt); if (flag==1) then printf(tt); elseif(flag==2) then ts=sprintf(tt); put_list(ts); end endfunction