Skip to content

Commit

Permalink
docs, see #300
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 6, 2019
1 parent 619d118 commit d506013
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/common/model/TemporalMask.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ define( require => {
const WaveInterferenceConstants = require( 'WAVE_INTERFERENCE/common/WaveInterferenceConstants' );

// constants
// I expected the wave speed on the lattice to be 1 or sqrt(2)/2, and was surprised to see that this value
// worked much better empirically. This is a speed in lattice cells per time step, which is the same
// for each scene
// It seems the expected the wave speed on the lattice should be 1 or sqrt(2)/2, and was surprised to see that this
// value worked much better empirically. This is a speed in lattice cells per time step, which is the same for each
// scene
const waveSpeed = Math.sqrt( 2 ) / 3;
const I = WaveInterferenceConstants.POINT_SOURCE_HORIZONTAL_COORDINATE;

Expand Down

0 comments on commit d506013

Please sign in to comment.