Home
last modified time | relevance | path

Searched refs:histC (Results 1 – 3 of 3) sorted by relevance

/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/calculators/
H A Deanalyze.cc254 tools::Table histC; in SiteCorr() local
255 histC.SetHasYErr(true); in SiteCorr()
257 histC.resize(BIN); in SiteCorr()
273 histC.set(bin, R, corr, ' ', std::sqrt(dcorr2)); in SiteCorr()
283 histC.set_comment(comment); in SiteCorr()
284 histC.Save(filename); in SiteCorr()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/libxtp/calculators/
H A Deanalyze.cc254 tools::Table histC; in SiteCorr() local
255 histC.SetHasYErr(true); in SiteCorr()
257 histC.resize(BIN); in SiteCorr()
273 histC.set(bin, R, corr, ' ', std::sqrt(dcorr2)); in SiteCorr()
283 histC.set_comment(comment); in SiteCorr()
284 histC.Save(filename); in SiteCorr()
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/
H A Dfitshistogram.cpp473 FITSHistogramCommand * histC; in applyScale() local
480 histC = new FITSHistogramCommand(tab, this, type, min, max); in applyScale()
482 tab->getUndoStack()->push(histC); in applyScale()
491 FITSHistogramCommand * histC; in applyFilter() local
495 histC = new FITSHistogramCommand(tab, this, type, min, max); in applyFilter()
497 tab->getUndoStack()->push(histC); in applyFilter()