Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-09-28 07:02:19

0001 // Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
0002 // under NSF AWARD 1414736 and by the respective contributors.
0003 // All rights reserved.
0004 //
0005 // SPDX-License-Identifier: BSD-3-Clause
0006 
0007 #pragma once
0008 
0009 // [CLI11:version_hpp:verbatim]
0010 
0011 #define CLI11_VERSION_MAJOR 2
0012 #define CLI11_VERSION_MINOR 0
0013 #define CLI11_VERSION_PATCH 0
0014 #define CLI11_VERSION "2.0.0"
0015 
0016 // [CLI11:version_hpp:end]