Skip to content

Commit

Permalink
incorporated a new data set for the initial state of liquid oxygen, see
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jan 24, 2018
1 parent 18b2b6a commit c2db482
Show file tree
Hide file tree
Showing 2 changed files with 302 additions and 300 deletions.
2 changes: 1 addition & 1 deletion js/common/model/MultipleParticleModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ define( function( require ) {
stepInternal: function( dt ) {

this.particleInjectedThisStep = false;
// debugger;
debugger;
if ( window.printTheStuff ){
console.log( JSON.stringify( this.moleculeDataSet, function( key, val ) {
return typeof val === 'number' ? Number( val.toFixed( 3 ) ) : val;
Expand Down
Loading

0 comments on commit c2db482

Please sign in to comment.