Lemma is an Electromagnetics API
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

LemmaConfig.h.in 853B

1234567891011121314151617181920212223242526
  1. /* This file is part of Lemma, a geophysical modelling and inversion API.
  2. * More information is available at http://lemmasoftware.org
  3. */
  4. /* This Source Code Form is subject to the terms of the Mozilla Public
  5. * License, v. 2.0. If a copy of the MPL was not distributed with this
  6. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  7. */
  8. /**
  9. * @file
  10. * @date 01/15/2016 09:52:10 PM
  11. * @version $Id$
  12. * @author Trevor Irons (ti)
  13. * @email tirons@egi.utah.edu
  14. * @copyright Copyright (c) 2016, University of Utah
  15. * @copyright Copyright (c) 2016, Trevor Irons & Lemma Software, LLC
  16. */
  17. // the configured options and settings for Tutorial
  18. #define LEMMA_VERSION_MAJOR @LEMMA_VERSION_MAJOR@
  19. #define LEMMA_VERSION_MINOR @LEMMA_VERSION_MINOR@
  20. #define LEMMA_VERSION_PATCH @LEMMA_VERSION_PATCH@
  21. //#define LEMMA_VERSION @LEMMA_VERSION@