Ignore:
Timestamp:
Jan 30, 2010, 5:35:48 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
14c0f0
Parents:
478683
Message:

Added output of surfacemap in ParseCommandLineOptions(), case 'C' again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/builder.cpp

    r478683 r8d0b25  
    17081708                int ranges[NDIM] = {1,1,1};
    17091709                CorrelationToSurfaceMap *surfacemap = PeriodicCorrelationToSurface( molecules, elemental, TesselStruct, LCList, ranges );
    1710                 //OutputCorrelationToSurface(&output, surfacemap);
     1710                OutputCorrelationToSurface(&output, surfacemap);
    17111711                BinPairMap *binmap = BinData( surfacemap, 0.5, 0., 0. );
    17121712                OutputCorrelation ( &binoutput, binmap );
Note: See TracChangeset for help on using the changeset viewer.