Changeset 2743
- Timestamp:
- 01/04/10 14:33:12 (15 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Makefile.am
r2722 r2743 315 315 ./FieldExtrudex/FieldExtrudex.h\ 316 316 ./OutputRiftsx/OutputRiftsx.h\ 317 ./OutputRiftsx/OutputRiftsx.cpp 318 319 317 ./OutputRiftsx/OutputRiftsx.cpp\ 318 ./Bamgx/Bamgx.h\ 319 ./Bamgx/Bamgx.cpp\ 320 ./Bamgx/Mesh2.cpp \ 321 ./Bamgx/Mesh2.h \ 322 ./Bamgx/MeshDraw.cpp \ 323 ./Bamgx/MeshGeom.cpp \ 324 ./Bamgx/Meshgibbs.cpp \ 325 ./Bamgx/Meshio.cpp \ 326 ./Bamgx/Meshio.h \ 327 ./Bamgx/MeshQuad.cpp \ 328 ./Bamgx/MeshRead.cpp \ 329 ./Bamgx/meshtype.h \ 330 ./Bamgx/MeshWrite.cpp \ 331 ./Bamgx/Metric.cpp \ 332 ./Bamgx/Metric.h \ 333 ./Bamgx/QuadTree.cpp \ 334 ./Bamgx/QuadTree.h \ 335 ./Bamgx/R2.cpp \ 336 ./Bamgx/R2.h \ 337 ./Bamgx/SetOfE4.cpp \ 338 ./Bamgx/SetOfE4.h 320 339 321 340 … … 638 657 ./parallel/transient_core_3d.cpp\ 639 658 ./parallel/steadystate_core.cpp\ 640 ./parallel/OutputResults.cpp 659 ./parallel/OutputResults.cpp\ 660 ./Bamgx/Bamgx.h\ 661 ./Bamgx/Bamgx.cpp\ 662 ./Bamgx/Mesh2.cpp \ 663 ./Bamgx/Mesh2.h \ 664 ./Bamgx/MeshDraw.cpp \ 665 ./Bamgx/MeshGeom.cpp \ 666 ./Bamgx/Meshgibbs.cpp \ 667 ./Bamgx/Meshio.cpp \ 668 ./Bamgx/Meshio.h \ 669 ./Bamgx/MeshQuad.cpp \ 670 ./Bamgx/MeshRead.cpp \ 671 ./Bamgx/meshtype.h \ 672 ./Bamgx/MeshWrite.cpp \ 673 ./Bamgx/Metric.cpp \ 674 ./Bamgx/Metric.h \ 675 ./Bamgx/QuadTree.cpp \ 676 ./Bamgx/QuadTree.h \ 677 ./Bamgx/R2.cpp \ 678 ./Bamgx/R2.h \ 679 ./Bamgx/SetOfE4.cpp \ 680 ./Bamgx/SetOfE4.h 681 641 682 642 683 libpISSM_a_CXXFLAGS = -fPIC -D_PARALLEL_ -D_C_ $(CXXOPTFLAGS) -
issm/trunk/src/c/issm.h
r2301 r2743 60 60 #include "./OutputRiftsx/OutputRiftsx.h" 61 61 #include "./MassFluxx/MassFluxx.h" 62 #include "./Bamgx/Bamgx.h" 62 63 63 64
Note:
See TracChangeset
for help on using the changeset viewer.