mirror of
https://github.com/rumata-ap/MatrixExtension_SMathStudio.git
synced 2026-01-11 19:39:47 +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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user