Changeset 1095 in Sophya


Ignore:
Timestamp:
Jul 26, 2000, 4:15:55 PM (25 years ago)
Author:
ansari
Message:

Petite correction matrix.cc , Reza 26/7/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Eval/Speed/matrix.cc

    r991 r1095  
    179179
    180180if (narg < 2) {
    181   printf("\n Usage: vectorC++ Type(=1,2,3 Int,Float,Double) Ope(=1...10) [N [Mx,My,...] ] \n");
     181  printf("\n Usage: matrix Type(=1,2,3 Int,Float,Double) Ope(=1...10) [N [Mx,My,...] ] \n");
    182182  printf("Ope: 1=Create/Delete 2=1+FillVect \n");
    183183  printf("Ope: 3=AddO1  4=MultO1 (Using operator [k]) \n");
Note: See TracChangeset for help on using the changeset viewer.