[Quantproject-developers] QuantProject/b4_Business/a2_Strategies/TickersRelationships CorrelationP
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-11-09 16:36:29
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/TickersRelationships In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10013/b4_Business/a2_Strategies/TickersRelationships Modified Files: CorrelationProvider.cs Log Message: Added Serializable attribute Index: CorrelationProvider.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/TickersRelationships/CorrelationProvider.cs,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CorrelationProvider.cs 29 Sep 2008 21:15:12 -0000 1.6 --- CorrelationProvider.cs 9 Nov 2008 16:36:21 -0000 1.7 *************** *** 212,216 **** if( this.pearsonCorrelations == null ) this.getOrderedTickersPearsonCorrelations_setCorrelations(); ! this.showOutputToConsole(); return this.pearsonCorrelations; } --- 212,216 ---- if( this.pearsonCorrelations == null ) this.getOrderedTickersPearsonCorrelations_setCorrelations(); ! //this.showOutputToConsole(); return this.pearsonCorrelations; } |