12345678910111213141516171819202122232425 |
- /* This file is part of Lemma, a geophysical modelling and inversion API */
-
- /* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
- /**
- @file
- @author Trevor Irons
- @date 11/26/2010
- @version $Id: modules.h 87 2013-09-05 22:44:05Z tirons $
- **/
-
- /**
- \defgroup Merlin Merlin
- @brief Merlin is a nuclear magnetic resonance module.
- @details Much of Merlin focuses on surface, or earth's field NMR (SNMR)
- but many of the algorithms may be extended to general NMR.
-
- \defgroup Wavelet Wavelet
- @brief A wavlet transfer module.
- @details Provides multidimensional wavelet transforms and solver routines.
- */
-
|