14 lines
334 B
C++
14 lines
334 B
C++
/**
|
|
* @file ConfigExamples.h
|
|
* @author David COEURJOLLY <David Coeurjolly <david.coeurjolly@liris.cnrs.fr>>
|
|
* @date 29 Jul. 2010
|
|
* @brief Configuration header for example files.
|
|
*
|
|
**/
|
|
|
|
#include <string>
|
|
|
|
///Path to the DGtal test suite.
|
|
const std::string examplesPath= "/home/papush/m2b/géo_dis/tp10/startCode_1.10/Volumes/";
|
|
|