Changeset 11995 for issm/trunk/src/c/objects/Loads/Riftfront.cpp
- Timestamp:
- 04/16/12 14:57:18 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 7 7 config.status 8 8 configure 9 doxygen10 9 ISSM.paf 11 10 ISSM.ppf 12 11 ISSM.ppf_cache 13 12 libtool 14 list15 13 Makefile 16 14 Makefile.in
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
issm/trunk/src/c/objects/Loads/Riftfront.cpp
r11527 r11995 428 428 /*}}}*/ 429 429 /*FUNCTION Riftfront::PenaltyCreateKMatrix {{{1*/ 430 void Riftfront::PenaltyCreateKMatrix(Mat Kff, MatKfs,double kmax){430 void Riftfront::PenaltyCreateKMatrix(Matrix* Kff, Matrix* Kfs,double kmax){ 431 431 432 432 /*Retrieve parameters: */ … … 454 454 /*}}}1*/ 455 455 /*FUNCTION Riftfront::PenaltyCreatePVector {{{1*/ 456 void Riftfront::PenaltyCreatePVector(Vec pf,double kmax){456 void Riftfront::PenaltyCreatePVector(Vector* pf,double kmax){ 457 457 458 458 /*Retrieve parameters: */ … … 480 480 /*}}}1*/ 481 481 /*FUNCTION Riftfront::CreateKMatrix {{{1*/ 482 void Riftfront::CreateKMatrix(Mat Kff, MatKfs){482 void Riftfront::CreateKMatrix(Matrix* Kff, Matrix* Kfs){ 483 483 /*do nothing: */ 484 484 return; … … 486 486 /*}}}1*/ 487 487 /*FUNCTION Riftfront::CreatePVector {{{1*/ 488 void Riftfront::CreatePVector(Vec pf){488 void Riftfront::CreatePVector(Vector* pf){ 489 489 /*do nothing: */ 490 490 return;
Note:
See TracChangeset
for help on using the changeset viewer.