Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
livelace committed Oct 1, 2021
1 parent 613c9ee commit 72cf8ad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/const.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ namespace defaults
extern const std::string DEFAULT_OPENCL_KERNEL_NAME;
extern const unsigned long DEFAULT_OPENCL_BUFFER_SIZE;
extern const unsigned long DEFAULT_RANDOM_SEED;
extern const double RANDOM_DOUBLE_BEGIN;
extern const double RANDOM_DOUBLE_END;
extern const int RANDOM_INT_BEGIN;
extern const int RANDOM_INT_END;
extern const long RANDOM_LONG_BEGIN;
extern const long RANDOM_LONG_END;
}

#endif //CLMIXER_CONST_H

0 comments on commit 72cf8ad

Please sign in to comment.