summaryrefslogtreecommitdiff
path: root/lib/sbin/GridFuncStuff.pl
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-12 13:23:38 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-12 13:23:38 +0000
commite78e35dc287466b7d4bdd78bedb5d14f0558093a (patch)
treed4d48518a182a9f02d3a82253d3ae332500b19c8 /lib/sbin/GridFuncStuff.pl
parentd1f562dab2ff7444f243a3d7a2727193b9cbfd19 (diff)
More grdoc stuff
git-svn-id: http://svn.cactuscode.org/flesh/trunk@45 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/GridFuncStuff.pl')
-rw-r--r--lib/sbin/GridFuncStuff.pl62
1 files changed, 62 insertions, 0 deletions
diff --git a/lib/sbin/GridFuncStuff.pl b/lib/sbin/GridFuncStuff.pl
index 9f3350b8..eccd0227 100644
--- a/lib/sbin/GridFuncStuff.pl
+++ b/lib/sbin/GridFuncStuff.pl
@@ -1,4 +1,26 @@
#! /usr/bin/perl
+#/*@@
+# @file GridFuncStuff.pl
+# @date Tue Jan 12 11:07:45 1999
+# @author Tom Goodale
+# @desc
+#
+# @enddesc
+#@@*/
+
+#/*@@
+# @routine CreateGroups
+# @date Tue Jan 12 11:08:19 1999
+# @author Tom Goodale
+# @desc
+#
+# @enddesc
+# @calls
+# @calledby
+# @history
+#
+# @endhistory
+#@@*/
sub CreateGroups
{
@@ -37,6 +59,20 @@ sub CreateGroups
return @group_initialisers;
}
+#/*@@
+# @routine create_interface_group_initialisers
+# @date Tue Jan 12 11:08:41 1999
+# @author Tom Goodale
+# @desc
+#
+# @enddesc
+# @calls
+# @calledby
+# @history
+#
+# @endhistory
+#@@*/
+
sub create_interface_group_initialisers
{
local($interface, %interface_database) = @_;
@@ -61,6 +97,19 @@ sub create_interface_group_initialisers
}
+#/*@@
+# @routine create_thorn_group_initialisers
+# @date Tue Jan 12 11:09:08 1999
+# @author Tom Goodale
+# @desc
+#
+# @enddesc
+# @calls
+# @calledby
+# @history
+#
+# @endhistory
+#@@*/
sub create_thorn_group_initialisers
{
local($thorn, $block, %interface_database) = @_;
@@ -100,6 +149,19 @@ sub create_thorn_group_initialisers
}
+#/*@@
+# @routine sort_groups
+# @date Tue Jan 12 11:09:26 1999
+# @author Tom Goodale
+# @desc
+#
+# @enddesc
+# @calls
+# @calledby
+# @history
+#
+# @endhistory
+#@@*/
sub sort_groups
{
local(@group_initialisers) = @_;