From a92d85b10a71a352520fd0253924e6c749cb2b1d Mon Sep 17 00:00:00 2001
From: Pamela Dyer <pamela.dyer@uconn.edu>
Date: Thu, 17 Jun 2021 20:17:33 +0000
Subject: [PATCH] Updated Title Line

---
 Application_examples/FindAdvisor.mp | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/Application_examples/FindAdvisor.mp b/Application_examples/FindAdvisor.mp
index dfd51ae..751d9b3 100644
--- a/Application_examples/FindAdvisor.mp
+++ b/Application_examples/FindAdvisor.mp
@@ -1,5 +1,7 @@
-/* example63_Find_Advisor.mp
-	modeling human interactions
+/* Model of [FindAdvisor]
+
+example63_Find_Advisor.mp
+modeling human interactions
 	
 Human interaction and organizational processes can be modeled as well as technological
 system and subsystem interactions.
@@ -62,4 +64,4 @@ COORDINATE 	$a: Recommend_another_approach  FROM Advisor,
 		$b: Find_another_approach  	FROM Student
 	DO ADD $a PRECEDES $b; OD;
 
-Student, Advisor SHARE ALL Discuss_research_interests;
\ No newline at end of file
+Student, Advisor SHARE ALL Discuss_research_interests;
-- 
GitLab