Ignore:
Timestamp:
11/26/15 10:43:58 (9 years ago)
Author:
Eric.Larour
Message:

CHG: issues fixed with counters in for loops not being declared properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/inversions/marshallcostfunctions.js

    r19791 r19823  
    11function  marshallcostfunctions(cost_functions){
    2         for(i=0;i<cost_functions.length;i++){
     2        for(var i=0;i<cost_functions.length;i++){
    33                if(cost_functions[i]==101) data[i]=SurfaceAbsVelMisfitEnum();
    44                if(cost_functions[i]==102) data[i]=SurfaceRelVelMisfitEnum();
Note: See TracChangeset for help on using the changeset viewer.