Skip to content

Commit

Permalink
Fixed issue #29
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Apr 25, 2024
1 parent 127852f commit f9599c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/macros/xsection.lym
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require_relative("../ruby/xsection")
module XS

# UPDATE THE VERSION NUMBER ON EACH RELEASE HERE
VERSION = "1.7"
VERSION = "1.8"

@xsection_processing_environment = XSectionScriptEnvironment.new

Expand Down
2 changes: 1 addition & 1 deletion src/ruby/xsection_script.rb
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def run_script(fn, p1 = nil, p2 = nil, batch = false)
if p1 && p2

# take the given line
pts << [[[ p1, p2 ]]]
pts << [[ p1, p2 ]]

else

Expand Down

0 comments on commit f9599c0

Please sign in to comment.