Skip to content
Snippets Groups Projects
Commit b277c886 authored by de Séréville Nicolas's avatar de Séréville Nicolas
Browse files

+ fix Tigress compilation warning in NPLib

parent e31eebdf
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,9 @@ void TTigressPhysics::BuildPhysicalEvent(){ ...@@ -74,6 +74,9 @@ void TTigressPhysics::BuildPhysicalEvent(){
} }
///////////////////////////////////////////////// /////////////////////////////////////////////////
TVector3 TTigressPhysics::GetPositionOfInteraction(int i){ TVector3 TTigressPhysics::GetPositionOfInteraction(int i){
TVector3 dummy;
return dummy;
} }
///////////////////////////////////////////////// /////////////////////////////////////////////////
void TTigressPhysics::PreTreat(){ void TTigressPhysics::PreTreat(){
......
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