Changeset 24106


Ignore:
Timestamp:
07/27/19 02:50:57 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

Location:
issm/trunk-jpl/src/c/classes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Constraints/SpcStatic.cpp

    r23588 r24106  
    114114        if(name != BalancethicknessSpcthicknessEnum) return;
    115115
    116         /*Chase through nodes and find the node to which this SpcStatic applys: */
     116        /*Chase through nodes and find the node to which this SpcStatic applies: */
    117117        Node* node=(Node*)nodes->GetObjectById(NULL,nodeid);
    118118
  • issm/trunk-jpl/src/c/classes/Inputs/Inputs.cpp

    r23854 r24106  
    242242
    243243        /*Go through inputs and call Spawn function*/
    244         for ( object=objects.begin() ; object < objects.end(); object++ ){
     244        for(object=objects.begin() ; object < objects.end(); object++ ){
    245245
    246246                /*Create new input*/
  • issm/trunk-jpl/src/c/classes/Inputs/Inputs.h

    r22519 r24106  
    3939                Inputs*     SpawnSegInputs(int index1,int index2);
    4040                Inputs*     SpawnSegInputs(int position);
    41                 Inputs*     SpawnTriaInputs(int position);//TO BE REMOVED (replaced by the other one)
    4241                Inputs*     SpawnTriaInputs(int index1,int index2,int index3);
    4342
Note: See TracChangeset for help on using the changeset viewer.