summaryrefslogtreecommitdiff
path: root/tangle/LLBM/materials.h
diff options
context:
space:
mode:
Diffstat (limited to 'tangle/LLBM/materials.h')
-rw-r--r--tangle/LLBM/materials.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tangle/LLBM/materials.h b/tangle/LLBM/materials.h
index d782d8d..5734688 100644
--- a/tangle/LLBM/materials.h
+++ b/tangle/LLBM/materials.h
@@ -24,7 +24,7 @@ public:
descriptor::Cuboid<DESCRIPTOR> cuboid() const {
return _cuboid;
};
-
+
int get(std::size_t iCell) const {
return _materials[iCell];
}