Added missing file

This commit is contained in:
Jonas Strandstedt
2014-07-18 14:00:09 -04:00
parent da37528619
commit ecf3a8539a
+2
View File
@@ -80,6 +80,8 @@ public:
std::vector<std::vector<LinePoint> > getLorentzTrajectories(std::vector<glm::vec3> seedPoints,
glm::vec4 color, float stepsize);
glm::vec3 getModelBarycenterOffset();
private:
std::vector<glm::vec3> traceCartesianFieldline(const std::string& xVar,
const std::string& yVar, const std::string& zVar, glm::vec3 seedPoint,