Skip to content

Commit c9ad9a4

Browse files
committed
Minor corrections
1 parent f050b48 commit c9ad9a4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ext/symengine/ruby_function.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ IMPLEMENT_ONE_ARG_FUNC(dirichlet_eta);
5252
IMPLEMENT_ONE_ARG_FUNC(zeta);
5353
IMPLEMENT_ONE_ARG_FUNC(gamma);
5454

55+
#undef IMPLEMENT_ONE_ARG_FUNC
56+

spec/functions_spec.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
before :each do
99
@pi = SymEngine::PI
1010
@e = SymEngine::E
11-
@one = SymEngine::Integer.new(1)
12-
@zero = SymEngine::Integer.new(0)
13-
@two = SymEngine::Integer.new(2)
14-
@minone = SymEngine::Integer.new(-1)
1511
@x = SymEngine::Symbol.new("x");
1612
end
1713

0 commit comments

Comments
 (0)