Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.
This repository was archived by the owner on Nov 11, 2022. It is now read-only.

Tend to use std::array instead of raw array in Element namespace #43

@juliolopeztorres

Description

@juliolopeztorres

Current use, example Quadrilateral4.h:

    const Coordinate::Coordinate<T,3>* v_[4];

Preferred usage:

    std::array<const Coordinate::Coordinate<T,3>*, 8> v_;

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions