Changeset 13907


Ignore:
Timestamp:
11/08/12 09:36:57 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: testing whether a couple of lines of code is necessary (if max_sid==1), this should not happen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/Container/Nodes.cpp

    r13833 r13907  
    316316        #endif
    317317
    318         if(max_sid==1){
    319                 return 0;
    320         }
    321         else{
    322                 /*sid starts at 0*/
    323                 max_sid++;
    324 
    325                 /*return*/
    326                 return max_sid;
    327         }
     318        /*sid starts at 0*/
     319        max_sid++;
     320
     321        /*return*/
     322        return max_sid;
    328323}
    329324/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.