mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-10 00:38:43 +01:00
fixed process make file
This commit is contained in:
@@ -675,7 +675,7 @@ template <class dataType> class analogDetector {
|
||||
delete [] gm;
|
||||
return 1;
|
||||
}
|
||||
return NULL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -700,7 +700,7 @@ template <class dataType> class analogDetector {
|
||||
delete [] gm;
|
||||
return 1;
|
||||
}
|
||||
return NULL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user