Changeset 4841
- Timestamp:
- 07/28/10 08:00:32 (15 years ago)
- Location:
- issm/trunk/src
- Files:
-
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Makefile.am
r4839 r4841 449 449 ./modules/Gradjx/Gradjx.h\ 450 450 ./modules/Gradjx/Gradjx.cpp\ 451 ./modules/SplitSolutionVectorx/SplitSolutionVectorx.h\452 ./modules/SplitSolutionVectorx/SplitSolutionVectorx.cpp\453 451 ./modules/InputUpdateFromConstantx/InputUpdateFromConstantx.h\ 454 452 ./modules/InputUpdateFromConstantx/InputUpdateFromConstantx.cpp\ … … 1008 1006 ./modules/Gradjx/Gradjx.h\ 1009 1007 ./modules/Gradjx/Gradjx.cpp\ 1010 ./modules/SplitSolutionVectorx/SplitSolutionVectorx.h\1011 ./modules/SplitSolutionVectorx/SplitSolutionVectorx.cpp\1012 1008 ./modules/InputUpdateFromConstantx/InputUpdateFromConstantx.h\ 1013 1009 ./modules/InputUpdateFromConstantx/InputUpdateFromConstantx.cpp\ -
issm/trunk/src/c/modules/modules.h
r4839 r4841 80 80 #include "./Solverx/Solverx.h" 81 81 #include "./SpcNodesx/SpcNodesx.h" 82 #include "./SplitSolutionVectorx/SplitSolutionVectorx.h"83 82 #include "./SurfaceAreax/SurfaceAreax.h" 84 83 #include "./SystemMatricesx/SystemMatricesx.h" -
issm/trunk/src/mex/Makefile.am
r4839 r4841 63 63 Reducevectorgtof\ 64 64 Scotch\ 65 SetStructureField\66 65 Solver\ 67 66 SparseToVector\ 68 67 SpcNodes\ 69 SplitSolutionVector\70 68 SystemMatrices\ 71 69 Test\ … … 282 280 Scotch/Scotch.h 283 281 284 SetStructureField_SOURCES = SetStructureField/SetStructureField.cpp\285 SetStructureField/SetStructureField.h286 287 282 Solver_SOURCES = Solver/Solver.cpp\ 288 283 Solver/Solver.h … … 294 289 SpcNodes/SpcNodes.h 295 290 296 SplitSolutionVector_SOURCES = SplitSolutionVector/SplitSolutionVector.cpp\297 SplitSolutionVector/SplitSolutionVector.h298 299 291 SystemMatrices_SOURCES = SystemMatrices/SystemMatrices.cpp\ 300 292 SystemMatrices/SystemMatrices.h
Note:
See TracChangeset
for help on using the changeset viewer.