Lemma is an Electromagnetics API
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910111213141516171819202122
  1. /* This file is part of Lemma, a geophysical modelling and inversion API */
  2. /* This Source Code Form is subject to the terms of the Mozilla Public
  3. * License, v. 2.0. If a copy of the MPL was not distributed with this
  4. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  5. /**
  6. @file
  7. @author Trevor Irons
  8. @date 07/20/2010
  9. @version $Id: filter.cpp 193 2014-11-10 23:51:41Z tirons $
  10. **/
  11. #include "Filter.h"
  12. namespace Lemma {
  13. Filter::Filter( ) : LemmaObject( ) { }
  14. Filter::~Filter( ) { }
  15. } // ----- end of Lemma name -----