Skip to content

Commit

Permalink
Merge pull request #10 from nicolasmoreau/master
Browse files Browse the repository at this point in the history
Select "Any transition" by default in radiative configuration form
  • Loading branch information
nicolasmoreau committed Apr 15, 2015
2 parents c8b1343 + edbad1d commit 2c5a068
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ public class RadiativeForm extends AbstractForm implements FormForFields, TreeFo
*/
private static final long serialVersionUID = -621884685195400242L;
private Boolean queryable = true;
private NextForm selectedMode = null;
private NextForm selectedMode = NextForm.anyEnergyRange;
private QueryTreeInterface tree;

private enum NextForm{
upperLowerEnergyRange,
stateEnergyRange,
Expand Down

0 comments on commit 2c5a068

Please sign in to comment.