mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Nightcharts : Add return statement to silence warning
This commit is contained in:
+2
@@ -446,6 +446,8 @@ int Nightcharts::GetQuater(double angle)
|
||||
return 3;
|
||||
if(angle>=270 && angle<360)
|
||||
return 4;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
double Nightcharts::Angle360(double angle)
|
||||
|
||||
Reference in New Issue
Block a user