Skip to content

Commit d30f4c1

Browse files
committed
removed unnecessary confirmation dialog
1 parent 631fee8 commit d30f4c1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

-289 Bytes
Binary file not shown.

src/com/ameliaWx/soundingViewer/SoundingFrame.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3157,11 +3157,11 @@ private void selectStormMotionVector() {
31573157
}
31583158

31593159
private void switchAscentType() {
3160-
int confirm = JOptionPane.showConfirmDialog(this, "Would you like to switch the parcel ascent type? These computation may take a little while to complete.", "Switch ascent parcels?", JOptionPane.YES_NO_OPTION);
3161-
3162-
if(confirm != 0) {
3163-
return;
3164-
}
3160+
// int confirm = JOptionPane.showConfirmDialog(this, "Would you like to switch the parcel ascent type? These computation may take a little while to complete.", "Switch ascent parcels?", JOptionPane.YES_NO_OPTION);
3161+
//
3162+
// if(confirm != 0) {
3163+
// return;
3164+
// }
31653165

31663166
pseudoadiabaticSwitch = !pseudoadiabaticSwitch;
31673167

0 commit comments

Comments
 (0)