This commit is contained in:
2020-08-11 17:46:44 +03:00
parent 5d0bc94016
commit 2bb05312eb
2 changed files with 3 additions and 3 deletions

View File

@@ -303,7 +303,7 @@ namespace MatrixExtensions
catch
{
tmp1 = Computation.NumericCalculation(arg2, context);
m = new TMatrix(0);
m = new TMatrix(new TNumber[,]{ });
m[0, 0] = tmp1;
}

View File

@@ -31,6 +31,6 @@ using System.Runtime.InteropServices;
//
// Можно задать все значения или принять номера сборки и редакции по умолчанию
// используя "*", как показано ниже:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.99.*")]
//[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]