Reformatted whitespace.

This commit is contained in:
Ryan Latture 2016-10-03 21:55:52 -07:00
parent 2e5393a4b6
commit 28ed5ed215
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ namespace fea {
template<typename T>
void createVectorFromJSON(const rapidjson::Document &config_doc,
const std::string &variable,
std::vector<std::vector<T>> &data) {
std::vector< std::vector<T> > &data) {
if (!config_doc.HasMember(variable.c_str())) {
throw std::runtime_error(
(boost::format("Configuration file does not have requested member variable %s.") %