Renamed Math.h --> MathFunctions.h
parent
f59cba13eb
commit
3eafc7e746
|
@ -56,8 +56,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#include "StandardShapes.h"
|
#include "StandardShapes.h"
|
||||||
#include "Importer.h"
|
#include "Importer.h"
|
||||||
|
|
||||||
// We need Math.h to compute the lcm/gcd of a number
|
// We need MathFunctions.h to compute the lcm/gcd of a number
|
||||||
#include "Math.h"
|
#include "MathFunctions.h"
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include "../include/assimp/DefaultLogger.hpp"
|
#include "../include/assimp/DefaultLogger.hpp"
|
||||||
#include "../include/assimp/mesh.h"
|
#include "../include/assimp/mesh.h"
|
||||||
|
|
|
@ -39,7 +39,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @file Math.h
|
/** @file MathFunctions.h
|
||||||
* @brief Implementation of the math functions (gcd and lcm)
|
* @brief Implementation of the math functions (gcd and lcm)
|
||||||
*
|
*
|
||||||
* Copied from BoostWorkaround/math
|
* Copied from BoostWorkaround/math
|
Loading…
Reference in New Issue