You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MtaIntegrate.cpp 477B

12345678910111213141516171819202122
  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 <iostream>
  12. #include "MtaIntegrate.hpp"
  13. MtaIntegrate::MtaIntegrate() {
  14. SetExplain(false);
  15. SetVerbose(false);
  16. SetHelp(false);
  17. }