Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

MtaIntegrate.cpp 454B

1234567891011121314151617181920
  1. // /file MtaIntegrate.cpp
  2. //
  3. // Copyright (C) 2011, ARM Research Labs, LLC.
  4. // See www.armresearch.com for the copyright terms.
  5. //
  6. // This file contains the functions for MtaIntegrate.
  7. //
  8. // $Id$
  9. //
  10. ///////////////////////////////////////////////////////////////////////////////////////////////////
  11. #include "MtaIntegrate.hpp"
  12. MtaIntegrate::MtaIntegrate() {
  13. SetExplain(false);
  14. SetVerbose(false);
  15. SetHelp(false);
  16. }