Ignore:
Timestamp:
Oct 17, 2009, 4:42:37 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
25e34b
Parents:
543794
Message:

Functions to output correlations directly added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/analysis_correlation.hpp

    r543794 re72287  
    5050double GetBin ( double value, double BinWidth, double BinStart );
    5151void OutputCorrelation( ofstream *file, BinPairMap *map );
     52void OutputPairCorrelation( ofstream *file, BinPairMap *map );
     53void OutputCorrelationToPoint( ofstream *file, BinPairMap *map );
     54void OutputCorrelationToSurface( ofstream *file, BinPairMap *map );
    5255
    5356
Note: See TracChangeset for help on using the changeset viewer.