Changeset 2bf04b in git for gfanlib/gfanlib_matrix.h


Ignore:
Timestamp:
Nov 12, 2015, 2:39:46 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6da2d6765f8866f8426131bf3a097a5c051e956e
Parents:
412c61b77c65fd4adca8f6576d7f1a597459552e
Message:
format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/gfanlib_matrix.h

    r412c61 r2bf04b  
    197197  std::string toString()const
    198198  {
    199           std::stringstream f;
    200           f<<*this;
    201           return f.str();
     199          std::stringstream f;
     200          f<<*this;
     201          return f.str();
    202202  }
    203203
Note: See TracChangeset for help on using the changeset viewer.