1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-15 09:39:57 +00:00
gnss-sdr/src/algorithms/libs/gsl/include/gsl/gsl
2021-10-02 02:32:18 +02:00

23 lines
521 B
Plaintext

//
// gsl-lite is based on GSL: Guidelines Support Library.
// For more information see https://github.com/martinmoene/gsl-lite
//
// Copyright (c) 2015 Martin Moene
// Copyright (c) 2015 Microsoft Corporation. All rights reserved.
//
// SPDX-License-Identifier: MIT
//
// mimic MS include hierarchy
#pragma once
#ifndef GSL_GSL_H_INCLUDED
#define GSL_GSL_H_INCLUDED
#pragma message ("gsl/gsl is deprecated since version 0.38.1, use gsl/gsl-lite.hpp instead.")
#include "gsl-lite.hpp"
#endif // GSL_GSL_H_INCLUDED