~ubuntu-branches/ubuntu/raring/travis/raring

« back to all changes in this revision

Viewing changes to src/gather.cpp

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2012-08-11 21:22:51 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120811212251-omkcrd3fp3l6cebn
Tags: 120726-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        g_bTimeDiff = false;
54
54
        g_bRemoveCOM = false;
55
55
        g_bSaveCoordsUnchanged = false;
 
56
        g_bSDFUniform = false;
56
57
 
57
58
        mprintf(YELLOW,"\n*** Interactive query of settings ***\n\n");
58
59
//      SAVEPOS;
2863
2864
                g_iSDFSmoothGrade = AskInteger("    Up to which degree should the SDFs be smoothened (0=not at all)? [3] ",3);
2864
2865
 
2865
2866
                if (g_bSDF)
 
2867
                        g_bSDFUniform = AskYesNo("    Calculate SDF values in nm^-3 (n) or relative to uniform density (y)? [no] ",false);
2866
2868
//                      g_iSDFScale = AskRangeInteger("    SDF values in ppm (1), pm^-3 (2), nm^-3 (3) or rel. to uniform density (4)? [4] ",1,4,4) - 1;
2867
 
                        g_iSDFScale = 2; // nm^-3
 
2869
//                      g_iSDFScale = 2; // nm^-3
2868
2870
        } else if (g_bCDF && (g_iCDFChannels == 3))
2869
2871
                g_iSDFSmoothGrade = AskInteger("    Up to which degree should the 3D CDFs be smoothened (0=not at all)? [3] ",3);
2870
2872