Ignore:
Timestamp:
Jun 5, 2012 9:56:53 AM (13 years ago)
Author:
maronga
Message:

Bugfixes for the parameter file check. New mrun option switches off combine_plot_fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/mrungui/mainwindow.cpp

    r819 r920  
    22// Current revisions:
    33// -----------------
    4 //
     4// Added -Z option (disable combine_plot_fields)
    55//
    66// Former revisions:
     
    10881088        deactivate_flag("x");
    10891089    }
     1090   
     1091    status = ui->check_Z->checkState();
     1092
     1093    if (status == 2)
     1094    {
     1095        activate_flag("Z");
     1096    }
     1097    else
     1098    {
     1099        deactivate_flag("Z");
     1100    }
    10901101    return 0;
    10911102
     
    14381449            {
    14391450               ui->check_A->setChecked(true);
    1440 
    14411451            }
    14421452            else if ( parameter == "b")
     
    14751485               advanced = true;
    14761486            }
     1487            else if ( parameter == "Z")
     1488            {
     1489               ui->check_Z->setChecked(true);
     1490               advanced = true;
     1491            } 
    14771492            else if ( parameter == "m")
    14781493            {
Note: See TracChangeset for help on using the changeset viewer.