ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
REPOS_ERICCA
/
magic
/
lib
/
outil
/
src
/
hypergraphlib_neato.h
Revision:
481
Committed:
Tue Jan 28 16:10:58 2014 UTC
(11 years, 3 months ago) by
francois
Content type:
text/plain
File size:
167 byte(s)
Log Message:
unification de la facon d'ecrire les fichiers tous en minuscules
File Contents
#
User
Rev
Content
1
francois
283
#ifndef NEATO_H
2
#define NEATO_H
3
francois
481
#include "hypergraphlib_graph.h"
4
francois
283
#include <string>
5
HYPERGRAPHLIB_ITEM std::string NeatoGraph(const HypergraphLib::Graph & __G);
6
#endif