Skip to content
Snippets Groups Projects
Commit 7e3c7909 authored by erwan's avatar erwan
Browse files

Chore

parent 242356f3
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ open Sasacore.Topology
type node_ofId_t = (string, node) Hashtbl.t
(* TODO: should be tail-recursive+tmp is a poor name *)
let rec create_nodes : (string -> int*int -> node_id list) =
(* Create names from a generic name *)
fun name (start,finish) ->
......
......@@ -3,7 +3,8 @@ open Sasacore.Topology
(** Create a name (i.d. node ID) list from a generic name *)
val create_nodes : (string -> int*int -> node_id list)
(** creates a list of nodes, each having an ID from the list given in argument, and no file or init value. *)
(** creates a list of nodes, each having an ID from the list given in
argument, and no file or init value. *)
val id_to_empty_nodes : (node_id list -> node list)
(** create a function to get a node from it's ID *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment