ProteoWizard
Functions
MassSpreadTest.cpp File Reference
#include "MassSpread.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include <iostream>

Go to the source code of this file.

Functions

void test ()
int main ()

Function Documentation

void test ( )
int main ( )

Definition at line 48 of file MassSpreadTest.cpp.

References e(), and test().

{
try
{
test();
return 0;
}
catch (exception& e)
{
cerr << e.what() << endl;
return 1;
}
}