mirror of
https://github.com/rumata-ap/MatrixExtension_SMathStudio.git
synced 2026-01-10 03:09:46 +03:00
edit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user