Closed emichaud4 closed 1 year ago
Emile, we never merge anything directly onto master/main. We are following the GitFlow workflow model:
At the top of G4CMPProcessUtils.cc
, add a short (one line or 1-1/2 line) comment with a date stamp, in chronological order with the existing comments. Describe what you are changing and why.
At the top of
G4CMPProcessUtils.cc
, add a short (one line or 1-1/2 line) comment with a date stamp, in chronological order with the existing comments. Describe what you are changing and why.
Also done!
Emile, we never merge anything directly onto master/main. We are following the GitFlow workflow model:
- Make feature branches from develop (or other feature branches).
- Merge feature branches back onto develop, or onto the parent feature branch, and apply a tag with the branch/ticket/issue name.
- Merge ONLY develop onto master/main, and apply a semantic versioning release tag.
Sorry, I though I was asking to merge into develop, I should have double checked, my bad!
In G4CMPProcessUtils, multiplied line 472 by mach to get the correct Luke scattering rate.