//Test uf the mesh map shape has been updated

    bool testShape()
    {
        print(meshMap.getUpdated());
        return(meshMap.getUpdated());
    }