mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +00:00
4cadf11d1d
It generates automatically the linker flags or complains if not found.
20 lines
361 B
C++
20 lines
361 B
C++
//----------------------------------------------------------------------
|
|
/*! @file Grid_vector_types.h
|
|
@brief Defines templated class to deal with inner vector types
|
|
*/
|
|
// Time-stamp: <2015-05-19 13:53:47 neo>
|
|
//----------------------------------------------------------------------
|
|
|
|
namespace Optimization {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
// Here assign types
|
|
namespace Grid {
|
|
|
|
|
|
}
|