Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replaced dynamic length array initializaion #18

Merged
merged 1 commit into from
Jun 3, 2022
Merged

Conversation

nkx111
Copy link
Member

@nkx111 nkx111 commented May 30, 2022

nkx111 Ok: 14

Related to rest-for-physics/framework#231. Array initialization with dynamic length is not available for msvc. Changed to vector. e.g. Double_t x[nHits]; --> vector<Double_t> x(nHits);

@jgalan jgalan self-requested a review June 1, 2022 19:30
@nkx111 nkx111 merged commit 2dc43d4 into master Jun 3, 2022
@nkx111 nkx111 deleted the windows-compile branch June 3, 2022 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants