Show
Ignore:
Timestamp:
06/09/10 14:00:40 (14 years ago)
Author:
mido
Message:

astyle applied all over the library

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/stresssuite/generator.h

    r717 r1064  
    2121class generator : public bdm::root { 
    2222public: 
    23         generator(); 
     23    generator(); 
    2424 
    25         //! Generates a matrix. Returned matrices should become 
    26         //! progressively more complicated. 
    27         virtual itpp::mat next() = 0; 
     25    //! Generates a matrix. Returned matrices should become 
     26    //! progressively more complicated. 
     27    virtual itpp::mat next() = 0; 
    2828}; 
    2929