Skip to content

Commit

Permalink
resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
JayHuLBL committed Sep 12, 2023
1 parent ca53269 commit 7af15ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@ jobs:

strategy:
matrix:
<<<<<<< HEAD
os: [ubuntu-18.04, ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.8']
=======
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.8', '3.9']
>>>>>>> master

steps:
- uses: actions/checkout@v3
Expand Down
10 changes: 0 additions & 10 deletions src/compare.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@
#define MAX 100

/*
<<<<<<< HEAD
* Descriptor of the file used for logging the numerical processing errors
* (all other errors like memory, file access, bad argument...
* are still output to stderr.)
*/
extern FILE *log_file;

/*
=======
>>>>>>> master
* Function: compareAndReport
* -----------------------
* This function does the actual computations. It is introduced so that it
Expand Down

0 comments on commit 7af15ae

Please sign in to comment.