xo-unit: refactor: moving og quantity.hpp to mpl/ subdir
This commit is contained in:
parent
ce9df76a3d
commit
f8951bfc50
8 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
/** @file ex1.cpp **/
|
/** @file ex1.cpp **/
|
||||||
|
|
||||||
#include "xo/unit/quantity.hpp"
|
#include "xo/unit/mpl/quantity.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/** @file ex2.cpp **/
|
/** @file ex2.cpp **/
|
||||||
|
|
||||||
#include "xo/unit/quantity.hpp"
|
#include "xo/unit/mpl/quantity.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/** @file ex3.cpp **/
|
/** @file ex3.cpp **/
|
||||||
|
|
||||||
#include "xo/unit/quantity.hpp"
|
#include "xo/unit/mpl/quantity.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/** @file ex4.cpp **/
|
/** @file ex4.cpp **/
|
||||||
|
|
||||||
#include "xo/unit/quantity.hpp"
|
#include "xo/unit/mpl/quantity.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/** @file ex5.cpp **/
|
/** @file ex5.cpp **/
|
||||||
|
|
||||||
#include "xo/unit/quantity.hpp"
|
#include "xo/unit/mpl/quantity.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/** @file ex6.cpp **/
|
/** @file ex6.cpp **/
|
||||||
|
|
||||||
#include "xo/unit/quantity.hpp"
|
#include "xo/unit/mpl/quantity.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/* @file quantity.test.cpp */
|
/* @file quantity.test.cpp */
|
||||||
|
|
||||||
#include "xo/unit/quantity.hpp"
|
#include "xo/unit/mpl/quantity.hpp"
|
||||||
#include "xo/reflect/Reflect.hpp"
|
#include "xo/reflect/Reflect.hpp"
|
||||||
//#include <xo/randomgen/random_seed.hpp>
|
//#include <xo/randomgen/random_seed.hpp>
|
||||||
//#include <xo/randomgen/xoshiro256.hpp>
|
//#include <xo/randomgen/xoshiro256.hpp>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue