Changeset 1011


Ignore:
Timestamp:
Feb 1, 2008, 2:42:30 PM (16 years ago)
Author:
Peter
Message:

removing iterator typedef - that functioality is in base class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/vectorView.h

    r1009 r1011  
    3030
    3131#include "vectorBase.h"
    32 
    3332#include "Exception.h"
    34 #include "Iterator.h"
    3533
    3634#include <iostream>
     
    9088  {
    9189  public:
    92     /// \brief vectorView::iterator
    93     typedef Iterator<double&, vectorView> iterator;
    94 
    9590    /**
    9691       \brief Default constructor.
Note: See TracChangeset for help on using the changeset viewer.