Changeset 13510


Ignore:
Timestamp:
05/02/12 13:30:34 (13 years ago)
Author:
neise
Message:
renamed class fits to FactFits
File:
1 copied

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/pyfact/factfits.h

    r13503 r13510  
    4343{
    4444
    45 class fits : public izstream
     45class FactFits : public izstream
    4646{
    4747public:
     
    515515
    516516public:
    517     fits(const string &fname) : izstream(fname.c_str())
     517    FactFits(const string &fname) : izstream(fname.c_str())
    518518    {
    519519        char simple[10];
Note: See TracChangeset for help on using the changeset viewer.