fix indentation

This commit is contained in:
Max Lyon
2021-03-02 11:14:46 +01:00
parent f21bbed42a
commit ee53f78b65
2 changed files with 36 additions and 37 deletions

View File

@@ -1640,7 +1640,6 @@ void do_all_property_types_vec_all_dim(MeshT& _mesh, PropertyAction action)
template <typename MeshT, typename HandleT>
void do_all_property_types(MeshT& _mesh, PropertyAction action, int version)
{
// TODO: add support for commented out types
do_property<MeshT, HandleT, int> (_mesh, action);
do_property<MeshT, HandleT, double> (_mesh, action);
do_property<MeshT, HandleT, float> (_mesh, action);