Changeset 5661
- Timestamp:
- 09/03/10 09:19:22 (15 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Makefile.am
r5660 r5661 77 77 ./objects/Bamg/Mesh.cpp\ 78 78 ./objects/Bamg/Mesh.h\ 79 ./objects/Gauss/GaussSeg.h\ 80 ./objects/Gauss/GaussSeg.cpp\ 79 81 ./objects/Gauss/GaussTria.h\ 80 82 ./objects/Gauss/GaussTria.cpp\ … … 632 634 ./objects/Bamg/Mesh.h\ 633 635 ./objects/Bamg/Mesh.cpp\ 636 ./objects/Gauss/GaussSeg.h\ 637 ./objects/Gauss/GaussSeg.cpp\ 634 638 ./objects/Gauss/GaussTria.h\ 635 639 ./objects/Gauss/GaussTria.cpp\ -
issm/trunk/src/c/objects/Elements/Tria.h
r5660 r5661 22 22 #include "../../EnumDefinitions/EnumDefinitions.h" 23 23 /*}}}*/ 24 25 /*Element macros*/ 26 #define NUMVERTICES 3 24 27 25 28 class Tria: public Element,public TriaHook,public TriaRef{ -
issm/trunk/src/c/objects/Loads/Icefront.h
r5552 r5661 13 13 class Parameters; 14 14 class IoModel; 15 /*}}}*/ 15 16 16 17 #define MAX_ICEFRONT_GRIDS 4 //max number of grids for a certain load 17 #define ICEFRONTSTRING 20 //max string length 18 /*}}}*/ 18 #define ICEFRONTSTRING 20 //max string length 19 19 20 20 class Icefront: public Load { -
issm/trunk/src/c/objects/objects.h
r5641 r5661 24 24 25 25 /*Gauss*/ 26 #include "./Gauss/GaussSeg.h" 26 27 #include "./Gauss/GaussTria.h" 27 28 #include "./Gauss/GaussPenta.h"
Note:
See TracChangeset
for help on using the changeset viewer.