30 using namespace pwiz::util;
31 using namespace pwiz::chemistry;
65 const double delta = 1000.005 * 5
e-6;
94 if (
os_) *
os_ <<
"testIO()\n";
97 if (
os_) *
os_ <<
"temp: " << temp << endl;
105 if (
os_) *
os_ <<
"fiveppm: " << oss.str() << endl;
108 istringstream iss(oss.str());
110 if (
os_) *
os_ <<
"temp: " << temp << endl;
116 istringstream iss(
"5.0 PPM");
118 if (
os_) *
os_ <<
"temp: " << temp << endl;
123 istringstream iss(
"5ppm");
125 if (
os_) *
os_ <<
"temp: " << temp << endl;
133 if (
os_) *
os_ <<
"blackbirds: " << oss.str() << endl;
136 istringstream iss(oss.str());
138 if (
os_) *
os_ <<
"temp: " << temp << endl;
144 istringstream iss(
"4.2mz");
146 if (
os_) *
os_ <<
"temp: " << temp << endl;
151 istringstream iss(
"4.20 da");
153 if (
os_) *
os_ <<
"temp: " << temp << endl;
158 istringstream iss(
"4.2 DALTONS");
160 if (
os_) *
os_ <<
"temp: " << temp << endl;
176 int main(
int argc,
char* argv[])
182 if (argc>1 && !strcmp(argv[1],
"-v"))
os_ = &cout;