[Lprof-devel] lprof/src/lprofqt interfaces.cpp,1.5,1.6
Brought to you by:
hvengel
From: Gerhard F. <gf...@us...> - 2012-08-23 15:40:48
|
Update of /cvsroot/lprof/lprof/src/lprofqt In directory vz-cvs-4.sog:/tmp/cvs-serv3871/src/lprofqt Modified Files: interfaces.cpp Log Message: Added a few missing parameters to passSys::get() Index: interfaces.cpp =================================================================== RCS file: /cvsroot/lprof/lprof/src/lprofqt/interfaces.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** interfaces.cpp 6 Mar 2008 21:18:58 -0000 1.5 --- interfaces.cpp 23 Aug 2012 15:40:46 -0000 1.6 *************** *** 128,131 **** --- 128,137 ---- out->RsplSmoothness=sys.RsplSmoothness; out->lOptRGCV=sys.lOptRGCV; + out->lLooCV = sys.lLooCV; + out->l2FoldCV = sys.l2FoldCV; + out->l10FoldCV = sys.l10FoldCV; + out->lBootstrapCV = sys.lBootstrapCV; + out->BootstrapCVIterations = sys.BootstrapCVIterations; + out->GlarePercent=sys.GlarePercent; out->Rspl=sys.Rspl; } |