Skip to content

Commit

Permalink
Removed the gaussian source as an option because it does not allow fo…
Browse files Browse the repository at this point in the history
…r beam diameter input
  • Loading branch information
Lisa Malenfant committed Jun 15, 2018
1 parent ccdcd0a commit 8979912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vts.Gui.Wpf/ViewModel/Application/WhiteList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static ForwardSolverType[] InverseForwardSolverTypes
{
ForwardSolverType.PointSourceSDA,
ForwardSolverType.DistributedPointSourceSDA,
ForwardSolverType.DistributedGaussianSourceSDA,
//ForwardSolverType.DistributedGaussianSourceSDA,
ForwardSolverType.MonteCarlo,
ForwardSolverType.Nurbs,
//ForwardSolverType.TwoLayerSDA,
Expand Down

0 comments on commit 8979912

Please sign in to comment.