Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 4b29e29

Browse files
committed
Minor code cleanup
1 parent 091d786 commit 4b29e29

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

ColorSharp/src/LightSpectrums/RegularLightSpectrum.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -187,20 +187,6 @@ public override int GetNumberOfDataPoints()
187187
return Amplitudes.Count;
188188
}
189189

190-
/**
191-
* <inheritdoc />
192-
*/
193-
/*
194-
public override double GetNextAmplitudeSample (double waveLength)
195-
{
196-
if (waveLength < MinWaveLength && waveLength >= MaxWaveLength) {
197-
throw new ArgumentOutOfRangeException ();
198-
}
199-
200-
return MinWaveLength + ((uint)Math.Floor ((waveLength - MinWaveLength) / NmPerStep) + 1) * NmPerStep;
201-
}
202-
*/
203-
204190
#endregion
205191

206192

0 commit comments

Comments
 (0)