ProteoWizard
Functions
cumsumtest.cpp File Reference
#include "pwiz/utility/findmf/base/base/cumsum.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include <vector>
#include <algorithm>
#include "pwiz/utility/findmf/base/base/base.hpp"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

§ main()

int main ( int  argc,
char **  argv 
)

Definition at line 85 of file cumsumtest.cpp.

85  {
86  testCumSum();
87 testCumProd();
88 testCumMin();
89 testCumMax();
90 }