use type-safe getData instead of uncheckedFastGetData
@@ -117,7 +117,7 @@ def field_extraction_code(field, is_temporary, declaration_only=False,
Fixes #4 (moved). The performance impact in release mode is negligible and type-checking is generally quite useful. Thanks to walberla/walberla!258 (merged), one can even use vector-valued fields in pystencils, which was unsupported before, but did not produce an error.