Renamed Math.h --> MathFunctions.h

pull/850/head
mensinda 2016-04-06 16:54:03 +02:00
parent f59cba13eb
commit 3eafc7e746
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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