This commit is contained in:
Qiwei Ye 2016-04-20 14:27:50 +08:00
Родитель ea6c451fb6
Коммит 0aa21f4dd4
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -4,6 +4,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Test", "Test\Test.vcxproj", "{546681D6-495C-4AEE-BBC2-3CAEC86B5137}"
ProjectSection(ProjectDependencies) = postProject
{16F14058-B116-49D9-8BA0-209F3AFFE849} = {16F14058-B116-49D9-8BA0-209F3AFFE849}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Multiverso", "src\Multiverso.vcxproj", "{16F14058-B116-49D9-8BA0-209F3AFFE849}"
EndProject

Просмотреть файл

@ -489,7 +489,7 @@ void TestSparseMatrixTable(int argc, char* argv[]) {
void TestMatrixPerformance(int argc, char* argv[], bool sparse) {
Log::ResetLogLevel(LogLevel::Error);
Log::ResetLogLevel(LogLevel::Debug);
Log::Info("Test Sparse Matrix\n");
Timer timmer;