Changeset 125 for trunk/src/SDReader.cc


Ignore:
Timestamp:
12/10/04 14:54:54 (19 years ago)
Author:
mar637
Message:

Moved to casa namespace.
Adjusted the copyright to be ATNF.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDReader.cc

    r110 r125  
    33//#---------------------------------------------------------------------------
    44//# Copyright (C) 2004
    5 //# Malte Marquarding, ATNF
     5//# ATNF
    66//#
    77//# This program is free software; you can redistribute it and/or modify it
     
    2929//# $Id:
    3030//#---------------------------------------------------------------------------
     31#include <casa/Exceptions.h>
    3132#include <atnf/PKSIO/PKSreader.h>
    32 #include <casa/Exceptions.h>
     33
    3334#include "SDReader.h"
    3435
     36using namespace casa;
    3537using namespace asap;
    3638
Note: See TracChangeset for help on using the changeset viewer.