Ariles
octave.h
Go to the documentation of this file.
1 /**
2  @file
3  @author Alexander Sherikov
4  @copyright
5 
6  @brief
7 */
8 
9 #pragma once
10 
11 #define ARILES_BRIDGE_INCLUDED_octave
12 
13 #include <ariles/visitors/octave.h>
14 
15 namespace ariles
16 {
17  namespace bridge
18  {
19  namespace octave = ariles::ns_octave;
20  }
21 } // namespace ariles
Definition: basic.h:17