Changeset 20826


Ignore:
Timestamp:
06/28/16 14:00:00 (9 years ago)
Author:
ayfeng
Message:

FIX: Stressbalance extrude returns undefined

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/javascript/karma/lib/bin/stressbalance.js

    r20809 r20826  
    8282        this.referential=project3d(md,'vector',this.referential,'type','node');
    8383        this.loadingforce=project3d(md,'vector',this.loadingforce,'type','node');
     84        return this;
    8485    }//}}}
    8586                this.checkconsistency = function(md,solution,analyses) { //{{{
  • issm/trunk-jpl/src/m/classes/stressbalance.js

    r20812 r20826  
    8282        this.referential=project3d(md,'vector',this.referential,'type','node');
    8383        this.loadingforce=project3d(md,'vector',this.loadingforce,'type','node');
     84        return this;
    8485    }//}}}
    8586                this.checkconsistency = function(md,solution,analyses) { //{{{
Note: See TracChangeset for help on using the changeset viewer.