Skip to content

Commit d4204cc

Browse files
committed
Resolve Conflicts
2 parents ca00ce3 + 9a4b4c7 commit d4204cc

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

ext/symengine/ruby_function.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ VALUE cfunction_onearg(void (*cwfunc_ptr)(basic_struct*, const basic_struct*), V
1919

2020
#define IMPLEMENT_ONE_ARG_FUNC(func) \
2121
VALUE cfunction_ ## func(VALUE self, VALUE operand1) { \
22-
<<<<<<< HEAD
2322
return cfunction_onearg(basic_ ## func, operand1); \
24-
=======
25-
return cfunction_func(basic_ ## func, operand1); \
26-
>>>>>>> 9a4b4c7... Ruby wrappers for one argument functions
2723
}
2824

2925
IMPLEMENT_ONE_ARG_FUNC(abs);

symengine_version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
b41eaa38906f357a52624ba8eaa5ccec4b82edd4
2+

0 commit comments

Comments
 (0)