Skip to content

Commit 7c07166

Browse files
authored
Replace math.h with cmath in AlignmentHierarchy.cxx
Removed math.h and added cmath for better compatibility.
1 parent a3b972a commit 7c07166

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Detectors/Upgrades/ITS3/alignment/src/AlignmentHierarchy.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
#include <fstream>
1414
#include <sstream>
1515
#include <fnmatch.h>
16-
16+
#include <cmath>
1717
#include <TGeoManager.h>
1818
#include <TGeoPhysicalNode.h>
19-
#include <math.h>
2019
#include <nlohmann/json.hpp>
2120

2221
#include "ITS3Align/AlignmentHierarchy.h"

0 commit comments

Comments
 (0)