mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-17 10:01:18 +01:00
Compare commits
1 Commits
fix/remove
...
fix/self-a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cfaaf5a973 |
@@ -29,7 +29,6 @@ Checks: '*,
|
||||
-llvmlibc-*'
|
||||
|
||||
HeaderFilterRegex: \.h
|
||||
AnalyzeTemporaryDtors: false
|
||||
FormatStyle: none
|
||||
CheckOptions:
|
||||
- { key: readability-identifier-naming.NamespaceCase, value: lower_case }
|
||||
|
||||
@@ -804,6 +804,8 @@ typedef struct {
|
||||
}
|
||||
|
||||
sls_detector_module &operator=(const sls_detector_module &other) {
|
||||
if(this == &other)
|
||||
return *this;
|
||||
delete[] dacs;
|
||||
delete[] chanregs;
|
||||
serialnumber = other.serialnumber;
|
||||
|
||||
Reference in New Issue
Block a user