Changeset 17489


Ignore:
Timestamp:
03/20/14 04:39:02 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removed some comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/SystemMatricesx/SystemMatricesx.cpp

    r17444 r17489  
    7878                if(pe){
    7979                        pe->AddToGlobal(pf);
    80                         /* printf("-------------------USUAL \n"); */
    81                         /* pf->Echo(); */
    8280                }
    8381                delete Ke;
     
    9189                        load->CreateKMatrix(Kff,Kfs);
    9290                        load->CreatePVector(pf);
    93                         /* printf("-------------------LOADING \n"); */
    94                         /* pf->Echo(); */
    9591                }
    9692        }
     
    10399                                load->PenaltyCreateKMatrix(Kff,Kfs,kmax);
    104100                                load->PenaltyCreatePVector(pf,kmax);
    105                                 /* printf("-------------------PENALTY \n"); */
    106                                 /* pf->Echo(); */
    107101                        }
    108102                }
Note: See TracChangeset for help on using the changeset viewer.