Ignore:
Timestamp:
03/14/07 19:12:17 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/gui/MGCoordinates.cc

    r7790 r8376  
    77#include "MGCoordinates.h"
    88
    9 #include <iostream.h>  // cout
     9#include <iostream>  // cout
    1010
    1111#include "MGCoordinate.h"
     
    1313
    1414ClassImp(MGCoordinates);
     15
     16using namespace std;
    1517
    1618MGCoordinates::MGCoordinates(const TGWindow* p,
     
    5456}
    5557
    56 void MGCoordinates::Print()
     58void MGCoordinates::Print(Option_t *o) const
    5759{
    5860    fX->Print();
Note: See TracChangeset for help on using the changeset viewer.