summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/ForceTemplate.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/ForceTemplate.lua')
-rw-r--r--Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/ForceTemplate.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/ForceTemplate.lua b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/ForceTemplate.lua
index 29370fc0297..06b61870ff4 100644
--- a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/ForceTemplate.lua
+++ b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/ForceTemplate.lua
@@ -8,8 +8,8 @@
-- See the file doc/generic/pgf/licenses/LICENSE for more information
---- This is the parent class for forces. It provides a constructor and methods
--- stubs to be overwritten in the subclasses.
+--- This is the parent class for forces. It provides a constructor and methods
+-- stubs to be overwritten in the subclasses.
-- Imports
local lib = require "pgf.gd.lib"
@@ -33,11 +33,11 @@ function ForceTemplate:preprocess(v)
end
-- Method stub for applying the forces
---
--- @param data A table holding data like the table the forces are collected
+--
+-- @param data A table holding data like the table the forces are collected
-- in, the current iteration, the current time stamp, some options
-- or the natural spring length
-
+
function ForceTemplate:applyTo(data)
end