diff --git a/bin/com/ameliaWx/soundingViewer/SoundingFrame.class b/bin/com/ameliaWx/soundingViewer/SoundingFrame.class index eaf8dbc..ab179f2 100644 Binary files a/bin/com/ameliaWx/soundingViewer/SoundingFrame.class and b/bin/com/ameliaWx/soundingViewer/SoundingFrame.class differ diff --git a/src/com/ameliaWx/soundingViewer/SoundingFrame.java b/src/com/ameliaWx/soundingViewer/SoundingFrame.java index 5b12b33..9dc597a 100644 --- a/src/com/ameliaWx/soundingViewer/SoundingFrame.java +++ b/src/com/ameliaWx/soundingViewer/SoundingFrame.java @@ -3157,11 +3157,11 @@ private void selectStormMotionVector() { } private void switchAscentType() { - 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); - - if(confirm != 0) { - return; - } +// 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); +// +// if(confirm != 0) { +// return; +// } pseudoadiabaticSwitch = !pseudoadiabaticSwitch;