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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.cc

    r121 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
     
    3030//#---------------------------------------------------------------------------
    3131
    32 
     32#include <casa/aips.h>
    3333#include <casa/iostream.h>
    3434#include <casa/iomanip.h>
     
    5757#include "SDContainer.h"
    5858
     59using namespace casa;
    5960using namespace asap;
    6061
     
    369370    if (rstf.nelements() > 0) {
    370371      if (rstf.nelements() >= nIF())
    371         spc.selectRestFrequency(uInt(IFSel_));
     372        spc.selectRestFrequency(uInt(IFSel_));
    372373      spc.setVelocity(u.getName());
    373374      Vector<Double> wrld;
Note: See TracChangeset for help on using the changeset viewer.