Changeset 1554 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 10/24/02 17:04:13 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/multidimdist.C
r1553 r1554 98 98 tlist.PrintStatistics(); 99 99 100 fillmat.Print("size");101 fillmat2.Print("size");100 matrix.Print("size"); 101 matrix2.Print("size"); 102 102 103 103 // --------------------------------------------------------- … … 112 112 113 113 MMultiDimDistCalc calc; 114 calc.SetUseNumRows( 0);115 calc.SetUseKernelMethod(kTRUE);114 calc.SetUseNumRows(15); 115 //calc.SetUseKernelMethod(kTRUE); 116 116 tlist2.AddToList(&calc); 117 117
Note:
See TracChangeset
for help on using the changeset viewer.