Changeset 14916
- Timestamp:
 - 05/05/13 21:32:30 (13 years ago)
 - Location:
 - issm/trunk-jpl/src/c
 - Files:
 - 
      
- 7 edited
 - 1 moved
 
- 
          
  Makefile.am (modified) (2 diffs)
 - 
          
  classes/DofIndexing.cpp (modified) (1 diff)
 - 
          
  classes/gauss/GaussPenta.cpp (modified) (1 diff)
 - 
          
  classes/gauss/GaussTria.cpp (modified) (1 diff)
 - 
          
  classes/objects/Segment.h (modified) (1 diff)
 - 
          
  include/include.h (modified) (1 diff)
 - 
          
  shared/Numerics/GaussPoints.cpp (modified) (1 diff)
 - 
          
  shared/Numerics/constants.h (moved) (moved from issm/trunk-jpl/src/c/include/typedefs.h ) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
issm/trunk-jpl/src/c/Makefile.am
r14915 r14916 21 21 core_sources = ./issm.h\ 22 22 ./issm-binding.h\ 23 ./include/typedefs.h\24 23 ./include/include.h\ 25 24 ./classes/classes.h\ … … 184 183 ./shared/Numerics/numerics.h\ 185 184 ./shared/Numerics/types.h\ 185 ./shared/Numerics/constants.h\ 186 186 ./shared/Numerics/Verbosity.h\ 187 187 ./shared/Numerics/Verbosity.cpp\  - 
      
issm/trunk-jpl/src/c/classes/DofIndexing.cpp
r14915 r14916 13 13 #include "./DofIndexing.h" 14 14 #include "../shared/Numerics/types.h" 15 #include "../ include/typedefs.h"15 #include "../shared/Numerics/constants.h" 16 16 #include "../io/Print/Print.h" 17 17 #include "../shared/Exceptions/exceptions.h"  - 
      
issm/trunk-jpl/src/c/classes/gauss/GaussPenta.cpp
r14914 r14916 6 6 #include "./GaussTria.h" 7 7 #include "../../io/Print/Print.h" 8 #include "../../include/typedefs.h"9 8 #include "../../shared/Exceptions/exceptions.h" 10 9 #include "../../shared/MemOps/MemOps.h" 11 10 #include "../../shared/Numerics/GaussPoints.h" 11 #include "../../shared/Numerics/constants.h" 12 12 13 13 /*GaussPenta constructors and destructors:*/  - 
      
issm/trunk-jpl/src/c/classes/gauss/GaussTria.cpp
r14914 r14916 8 8 #include "../../shared/MemOps/MemOps.h" 9 9 #include "../../shared/Numerics/GaussPoints.h" 10 #include "../../ include/typedefs.h"10 #include "../../shared/Numerics/constants.h" 11 11 12 12 /*GaussTria constructors and destructors:*/  - 
      
issm/trunk-jpl/src/c/classes/objects/Segment.h
r13414 r14916 9 9 /*{{{*/ 10 10 #include "./Object.h" 11 #include "../../shared/Numerics/constants.h" 11 12 /*}}}*/ 12 13  - 
      
issm/trunk-jpl/src/c/include/include.h
r14915 r14916 6 6 #define _INCLUDEGLOBAL_H_ 7 7 8 #include "./typedefs.h"9 10 8 #endif //ifndef _INCLUDE_H_  - 
      
issm/trunk-jpl/src/c/shared/Numerics/GaussPoints.cpp
r14904 r14916 5 5 #include "../MemOps/MemOps.h" 6 6 #include "../Exceptions/exceptions.h" 7 #include "../Numerics/constants.h" 7 8 #include <math.h> 8 9 #include <float.h>  - 
      
issm/trunk-jpl/src/c/shared/Numerics/constants.h
r14913 r14916 1 /*!\file: typedefs.h2 * \brief prototypes for typedefs.h1 /*!\file: constants.h 2 * \brief prototypes for constants.h 3 3 */ 4 4 5 #ifndef _ISSM TYPEDEFS_H_6 #define _ISSMTYPEDEFS_H_5 #ifndef _ISSM_CONSTANTS_H_ 6 #define _ISSM_CONSTANTS_H_ 7 7 8 8 #define UNDEF -9999  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)