ProteoWizard
Functions
basetest.cpp File Reference
#include <boost/cstdint.hpp>
#include "pwiz/utility/findmf/base/base/base.hpp"
#include "pwiz/utility/misc/unit.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 97 of file basetest.cpp.

97  {
98  testseq();
99 testmean();
100 testgeometricmean();
101 }