fix indentation
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user