Skip to content

Commit

Permalink
Fix wave speed, see phetsims/wave-interference#304
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 7, 2019
1 parent b556f97 commit 9c6b0c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/common/model/Lattice.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,8 @@ define( require => {
}
}

// @public {number} - see docs above
Lattice.WAVE_SPEED = WAVE_SPEED;

return waveInterference.register( 'Lattice', Lattice );
} );

0 comments on commit 9c6b0c4

Please sign in to comment.