Ignore:
Timestamp:
07/19/11 16:28:47 (14 years ago)
Author:
Mathieu Morlighem
Message:

Simplified spcthickness (use new NaN scheme)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/IoModelToConstraintsx/IoModelToConstraintsx.cpp

    r9002 r9075  
    4242
    4343        /*Transient or static?:*/
    44         if(M==iomodel->numberofvertices){ //{{{1
     44        if(M==iomodel->numberofvertices){
    4545                /*static: just create Spc objects*/
    46 
    47        
    48                 /*Initialize counter*/
    4946                count=0;
    5047       
     
    6057                                        count++;
    6158                                }
    62 
    63                         } //if((my_nodes[i]==1))
     59                        }
    6460                }
    65         } //}}}
    66         else{ //{{{1
     61        }
     62        else{
    6763                /*transient: create transient Spct objects. Same logic, except we need to retrieve
    6864                 * various times and values to initialize an Spct object: */
    69 
    70                 /*Initialize counter*/
    7165                count=0;
    7266
     
    7872                /*unit conversion: */
    7973                UnitConversion(times,N,ExtToIuEnum,TimeEnum);
    80 
    81 
    8274
    8375                /*Create spcs from x,y,z, as well as the spc values on those spcs: */
     
    10092                                }
    10193                                xfree((void**)&values);
    102                         } //if((my_nodes[i]==1))
     94                        }
    10395                }
    104         } //}}}
     96        }
    10597
    10698        /*Free ressources:*/
Note: See TracChangeset for help on using the changeset viewer.