Skip to content

Commit

Permalink
Convert lattice to 201x201, see #315
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 15, 2019
1 parent 740f682 commit 16bb185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/WaveInterferenceQueryParameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ define( require => {
// screen is included in a published version, this query parameter will be deleted.
includeDiffractionScreen: { type: 'flag' },

latticeSize: { type: 'number', defaultValue: 101 }
latticeSize: { type: 'number', defaultValue: 201 }
} );

waveInterference.register( 'WaveInterferenceQueryParameters', WaveInterferenceQueryParameters );
Expand Down

0 comments on commit 16bb185

Please sign in to comment.