Fix geom server quantities

This commit is contained in:
Thomas Krijnen
2018-11-14 12:14:00 +01:00
parent ba274bb164
commit 9caa753d27
+2 -2
View File
@@ -396,8 +396,8 @@ public:
if (elem_->calculate_projected_surface_area(a, b, c)) {
pt.put(SURFACE_AREA_ALONG_X, a);
pt.put(SURFACE_AREA_ALONG_X, b);
pt.put(SURFACE_AREA_ALONG_X, c);
pt.put(SURFACE_AREA_ALONG_Y, b);
pt.put(SURFACE_AREA_ALONG_Z, c);
}
std::ostringstream ss;