Skip to content

Commit

Permalink
Update ASDEmbeddedNodeElement.cpp
Browse files Browse the repository at this point in the history
Change math.h to cmath -- compiler error on CentOS
  • Loading branch information
mhscott committed Sep 10, 2021
1 parent b57156b commit 2315cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRC/element/CEqElement/ASDEmbeddedNodeElement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <cmath>
#include <string>
#include <limits>

Expand Down

0 comments on commit 2315cdc

Please sign in to comment.