ProteoWizard
Functions
copy_iftest.cpp File Reference
#include "pwiz/utility/findmf/base/base/copyif.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "pwiz/utility/findmf/base/resample/masscomparefunctors.hpp"
#include <boost/bind.hpp>
#include <vector>

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 67 of file copy_iftest.cpp.

67  {
68 copyif();
69 copyif2();
70  return 0;
71 }