Skip to content

Commit

Permalink
Documentation and licence added.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-andrade-inpe committed Aug 25, 2015
1 parent e3fc602 commit 2a35696
Show file tree
Hide file tree
Showing 3 changed files with 678 additions and 8 deletions.
10 changes: 3 additions & 7 deletions examples/SimpleSpline.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
if not isLoaded("sci") then
import("sci")
end

if not isLoaded("sysdyn") then
import("sysdyn")
end
-- @example Small example with spline.

import("sci")
import("sysdyn")

-- relation btw
waterSurface = Spline {
Expand Down

0 comments on commit 2a35696

Please sign in to comment.