Skip to content
Snippets Groups Projects
Commit ddb12bc8 authored by adrien-matta's avatar adrien-matta
Browse files

* Fixing merge error in NPS

parent 966627b9
No related branches found
No related tags found
No related merge requests found
...@@ -233,10 +233,6 @@ G4Material* MaterialManager::GetMaterialFromLibrary(string Name){ ...@@ -233,10 +233,6 @@ G4Material* MaterialManager::GetMaterialFromLibrary(string Name){
material->AddElement(GetElementFromLibrary("Si"),1); material->AddElement(GetElementFromLibrary("Si"),1);
// Adding Optical property: // Adding Optical property:
<<<<<<< HEAD
//int NumberOfPoints = 10;
=======
>>>>>>> a9afff128fb0fb6b1263b1be5e6132770d9801d3
double* energy_r = new double[2]; double* energy_r = new double[2];
double* rindex = new double[2]; double* rindex = new double[2];
double* absorption= new double[2]; double* absorption= new double[2];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment