fix coding format

This commit is contained in:
Tomonobu Saito
2019-10-09 13:35:19 +09:00
parent 542c3ba872
commit 17f32f4ca1
3 changed files with 42 additions and 26 deletions
Executable → Regular
+4 -2
View File
@@ -130,7 +130,8 @@ RasterDatum RasterContainer::GetRasterDataFromSource(unsigned int source_id, dou
if (RasterCache::getInstance().getLoadedSources().size() < source_id + 1)
{
throw util::exception("Attempted to access source " + std::to_string(source_id) +
", but there are only " + std::to_string(RasterCache::getInstance().getLoadedSources().size()) +
", but there are only " +
std::to_string(RasterCache::getInstance().getLoadedSources().size()) +
" loaded" + SOURCE_REF);
}
@@ -151,7 +152,8 @@ RasterContainer::GetRasterInterpolateFromSource(unsigned int source_id, double l
if (RasterCache::getInstance().getLoadedSources().size() < source_id + 1)
{
throw util::exception("Attempted to access source " + std::to_string(source_id) +
", but there are only " + std::to_string(RasterCache::getInstance().getLoadedSources().size()) +
", but there are only " +
std::to_string(RasterCache::getInstance().getLoadedSources().size()) +
" loaded" + SOURCE_REF);
}