OGS
scaleMeshPropertyVector.h
Go to the documentation of this file.
1
12#pragma once
13
14#include <string>
15
16namespace MeshLib
17{
18class Mesh;
19
22void scaleMeshPropertyVector(Mesh& mesh,
23 std::string const& property_name,
24 double factor);
25} // namespace MeshLib
void scaleMeshPropertyVector(MeshLib::Mesh &mesh, std::string const &property_name, double factor)