123456789101112131415161718192021222324 |
- /* This file is part of Lemma, a geophysical modelling and inversion API.
- * More information is available at http://lemmasoftware.org
- */
-
- /* 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
- * @date 01/08/2018 04:01:30 PM
- * @author Trevor Irons (ti)
- * @email tirons@egi.utah.edu
- * @copyright Copyright (c) 2018, University of Utah
- * @copyright Copyright (c) 2018, Lemma Software, LLC
- */
-
- #define EMSCHUR3D_VERSION_MAJOR @EMSCHUR3D_VERSION_MAJOR@
- #define EMSCHUR3D_VERSION_MINOR @EMSCHUR3D_VERSION_MINOR@
- #define EMSCHUR3D_VERSION_PATCH @EMSCHUR3D_VERSION_PATCH@
- #define EMSCHUR3D_VERSION @EMSCHUR3D_VERSION@
-
|