"wrappers/python/vscode:/vscode.git/clone" did not exist on "2fbed592588e968fc244f6a60718db1e7fed2bec"
Commit 2b10b617 authored by peastman's avatar peastman
Browse files

Merge pull request #287 from peastman/master

Fixed a compilation error when building wrappers
parents 901108a0 bd543402
...@@ -106,7 +106,7 @@ public: ...@@ -106,7 +106,7 @@ public:
* *
* @param pressure the default pressure acting on the system, measured in bar. * @param pressure the default pressure acting on the system, measured in bar.
*/ */
void setDefaultPressure(Vec3 pressure) { void setDefaultPressure(const Vec3& pressure) {
defaultPressure = pressure; defaultPressure = pressure;
} }
/** /**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment