Changeset 28 for tests/test0.cpp

Show
Ignore:
Timestamp:
02/22/08 16:40:12 (16 years ago)
Author:
smidl
Message:

prelozitelna verze

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/test0.cpp

    r24 r28  
    1414        RV th = RV ( "1 2","{a b }","1 1","0 0","0 0" ); 
    1515        RV r = RV ( "3 4" ); 
    16         int i =0; 
    1716 
    1817        cout << th << r << endl; 
     
    4241 
    4342        cout << "Test ldform()"<<endl; 
    44         mat V = "1 2; 2 3";  
     43        mat V = "1 2; 2 13";  
    4544        ldmat lV(V); 
    4645        ldmat ilV(V);