Rename Graph to Sgraph

The Graph module name is already used  
in OCamlGraph
This commit is contained in:
Cédric Pasteur 2011-04-20 14:10:10 +02:00
parent 7787428f34
commit 197e24b73e
5 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ open Names
open Idents
open Heptagon
open Location
open Graph
open Sgraph
open Format
open Pp_tools

View File

@ -14,7 +14,7 @@ open Names
open Idents
open Heptagon
open Location
open Graph
open Sgraph
open Causal
let cempty = Cempty

View File

@ -12,7 +12,7 @@
open Misc
open Minils
open Mls_utils
open Graph
open Sgraph
open Dep
(* possible overlapping between clocks *)

View File

@ -8,7 +8,7 @@
(**************************************************************************)
(* dependences between equations *)
open Graph
open Sgraph
open Idents
module type READ =