From 326f2f0b782e4cea1da29a661bf691e22eb295a9 Mon Sep 17 00:00:00 2001
From: Jean-Yves TINEVEZ <jean-yves.tinevez@pasteur.fr>
Date: Mon, 27 Jul 2020 09:26:57 +0200
Subject: [PATCH] Rename method to_vertices_and_faces to graph_to_VF

---
 src/@deproj/{to_vertices_and_faces.m => graph_to_VF.m} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename src/@deproj/{to_vertices_and_faces.m => graph_to_VF.m} (85%)

diff --git a/src/@deproj/to_vertices_and_faces.m b/src/@deproj/graph_to_VF.m
similarity index 85%
rename from src/@deproj/to_vertices_and_faces.m
rename to src/@deproj/graph_to_VF.m
index ed70910..b8f4dce 100644
--- a/src/@deproj/to_vertices_and_faces.m
+++ b/src/@deproj/graph_to_VF.m
@@ -1,5 +1,6 @@
-function [ V, F ] = to_vertices_and_faces( obj )
-%TO_FACES Returns the faces and vertices of a deproj collection.
+function [ V, F ] = graph_to_VF( obj )
+%GRAPH_TO_VF Returns the faces and vertices of the junction graph of a 
+% instance.
 % The vertices are made of the junction centroid coordinates.
 % Each face is one epicell, enclosed by the junctions around it.
 
-- 
GitLab