Skip to content

Commit

Permalink
comment namespace end
Browse files Browse the repository at this point in the history
  • Loading branch information
ymber committed Jul 9, 2019
1 parent 0c0a055 commit 690ce69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/units.h
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ static const std::vector<std::pair<std::string, energy>> energy_units = { {
{ "kJ", 1_kJ },
}
};
}
} // namespace units

template<typename T>
T read_from_json_string( JsonIn &jsin, const std::vector<std::pair<std::string, T>> &units )
Expand Down

0 comments on commit 690ce69

Please sign in to comment.