Git Product home page Git Product logo

Comments (5)

dsarrut avatar dsarrut commented on August 22, 2024

Thank you to report Yannick. Could you propose a fix please ?

from gate.

YPatois avatar YPatois commented on August 22, 2024

Hi,

The obvious would be to replace at
https://github.com/OpenGATE/Gate/blob/develop/source/digits_hits/src/GateMaterialMuHandler.cc#L386
long unsigned int physicRegionNumber = 0;
by:
size_t physicRegionNumber = 0;

In that case, it will always be coherent with the definition of G4VEmModel G4VEmProcess::SelectModelForMaterial(G4double, size_t&) const, whatever the local plateform definition of size_t.

That's what I did to compile it on 32b.

Is that fine for you?

from gate.

dsarrut avatar dsarrut commented on August 22, 2024

sorry for the delay (I was traveling) ... Yes it's fine !
Could you please propose a pull_request ? (it is a bit heavy for this simple change, but it allows to insert you as an author ;)
Thanks !

from gate.

mojca avatar mojca commented on August 22, 2024

David, you can use the following variables:

export GIT_COMMITTER_NAME="Name"
export GIT_AUTHOR_NAME="Name"
export GIT_COMMITTER_EMAIL="<email>"
export GIT_AUTHOR_EMAIL="<email>"

If you set just GIT_AUTHOR_..., it will keep your name as committer; if you set both, your name will be invisible on commit. Maybe even something like

git commit --author "Author Name <[email protected]>"

works. I haven't tested the latter.

from gate.

dsarrut avatar dsarrut commented on August 22, 2024

ok, done as suggested !

from gate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.