Changeset 654


Ignore:
Timestamp:
06/22/05 16:09:44 (19 years ago)
Author:
mar637
Message:

removed Blocks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDTemplates.cc

    r617 r654  
    3333#include <casa/aips.h>
    3434#include <casa/namespace.h>
    35 #include <casa/Containers/Block.h>
    3635#include <casa/Exceptions/Error.cc>
    3736#include <casa/Exceptions/Error2.cc>
    3837#include <casa/Utilities/CountedPtr.cc>
    3938#include <casa/Utilities/CountedPtr2.cc>
    40 #include <casa/Utilities/Copy.cc>
    4139
    4240namespace asap {
     
    4644  template class casa::SimpleCountedConstPtr<SDMemTable>;
    4745  template class casa::SimpleCountedPtr<SDMemTable>;
    48   template class casa::Block<CountedPtr<SDMemTable> >;
    4946}
    50 
    51 template void objcopy<CountedPtr<asap::SDMemTable> >(CountedPtr<asap::SDMemTable> *, CountedPtr<asap::SDMemTable> const *, uInt);
    52 template void objmove<CountedPtr<asap::SDMemTable> >(CountedPtr<asap::SDMemTable> *, CountedPtr<asap::SDMemTable> const *, uInt);
    53 template void objset<CountedPtr<asap::SDMemTable> >(CountedPtr<asap::SDMemTable> *, CountedPtr<asap::SDMemTable>, uInt);
    5447
    5548#include <casa/Arrays/ArrayLogical.cc>
     
    127120}
    128121template Array<Bool> SDPolUtil::stokesData (Array<Bool>& dataIn, Bool);
    129 template Array<Float> SDPolUtil::computeStokesDataForWriter (Array<Float>& dataIn, Bool);
    130 template Array<uChar> SDPolUtil::computeStokesDataForWriter (Array<uChar>& dataIn, Bool);
     122template Array<Float> SDPolUtil::computeStokesDataForWriter(Array<Float>& dataIn, Bool);
     123template Array<uChar> SDPolUtil::computeStokesDataForWriter(Array<uChar>& dataIn, Bool);
    131124
Note: See TracChangeset for help on using the changeset viewer.