Skip to content
Snippets Groups Projects
Commit 330f437f authored by Vasileios Karakasis's avatar Vasileios Karakasis
Browse files

Removed unnecessary headers.

parent aea81c6d
No related branches found
No related tags found
No related merge requests found
#include <array>
#include <iostream>
#include <fstream>
#include <numeric>
......@@ -359,7 +358,7 @@ TEST(swc_parser, invalid_input)
}
{
// Check invalid cell value
// Check invalid cell type
std::istringstream is("1 10 14.566132 34.873772 7.857000 0.717830 -1\n");
cell_record cell;
EXPECT_THROW(is >> cell, std::invalid_argument);
......
#pragma once
#include <cmath>
#include <exception>
#include <iostream>
#include <sstream>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment