ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
REPOS_ERICCA
/
magic
/
lib
/
outil
/
src
/
HypergraphLib_Neato.h
Revision:
253
Committed:
Tue Jul 13 19:40:46 2010 UTC
(14 years, 10 months ago) by
francois
Content type:
text/plain
File size:
173 byte(s)
Log Message:
changement de hiearchie et utilisation de ccmake + mise a jour
File Contents
#
User
Rev
Content
1
foucault
27
#ifndef NEATO_H
2
#define NEATO_H
3
#include "HypergraphLib_Graph.h"
4
#include <string>
5
HYPERGRAPHLIB_ITEM std::string NeatoGraph(const HypergraphLib::Graph & __G);
6
#endif