[Quantproject-developers] QuantProject/b1_ADT b1_ADT.csproj,1.2,1.3
Brought to you by:
glauco_1
|
From: <mi...@us...> - 2003-12-17 19:34:59
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT
In directory sc8-pr-cvs1:/tmp/cvs-serv24844/b1_ADT
Modified Files:
b1_ADT.csproj
Log Message:
Removed file Stat.cs. The same functions are now in the new file BasicFunctions.cs under the Statistics folder. Added new method to Instrument class and to the History class. Fixed some bugs
Index: b1_ADT.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/b1_ADT.csproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** b1_ADT.csproj 2 Dec 2003 19:07:44 -0000 1.2
--- b1_ADT.csproj 17 Dec 2003 19:34:55 -0000 1.3
***************
*** 112,117 ****
BuildAction = "Compile"
/>
! <File
! RelPath = "Histories\Stat.cs"
SubType = "Code"
BuildAction = "Compile"
--- 112,117 ----
BuildAction = "Compile"
/>
! <File
! RelPath = "Statistics\BasicFunctions.cs"
SubType = "Code"
BuildAction = "Compile"
|