Skip to content
  • Tim Tautges's avatar
    Mostly changes to remove compiler warnings when compiling with PGI. · 72a7515b
    Tim Tautges authored
    test/kd_tree_time.cpp: adding include, to enable compiling with pgi
    itaps/imesh/iMesh_MOAB.cpp: fixing CreateTagWithOptions, which wasn't passing default
      value correctly
    itaps/imesh/ScdMeshF77.F: had a few ';' characters that caused warnings under PGI
    itaps/imesh/Makefile.am, examples/itaps/Makefile.am: adding -I$(top_builddir)/itaps, which is 
      needed now that we are generating iBase_f.h
    src/io/ReadMCNP5.cpp, ReadNASTRAN.cpp: removing a few break statements that are never reached, to get rid
      of compile warnings
    src/io/ReadNCDF.cpp: adding some code to use a result, to remove a compiler warning
    src/io/WriteTemplate.cpp, src/io/ReadNC.cpp: similar
    src/SparseTag.cpp: removing a variable, to remove a compiler warning
    tools/dagmc/quads_to_tris.cpp: adding some code to remove compiler warning
    tools/dagmc/test_geom.cc: increasing tolerance value in comparison, otherwise sometimes
      this test fails on comparison to std::numeric_limits<double>::epsilon()
    
    Passes make check in serial and parallel.
    
    
    
    git-svn-id: https://svn.mcs.anl.gov/repos/ITAPS/MOAB/trunk@5320 6162379e-bd28-0410-9a7d-b7f4dcfcad3c
    72a7515b