aboutsummaryrefslogtreecommitdiff
path: root/captain/queryutils.f90
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2022-06-28 16:25:12 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2022-06-28 16:25:12 -0400
commit1023ceb58f48c7a01a8d04688a48918ac485d20a (patch)
tree80da33c29df79272a861eafce46b7280fd5fc06a /captain/queryutils.f90
parent6e59e791b7b4d1184e70378544b6ace433ab33aa (diff)
downloadlevitating-1023ceb58f48c7a01a8d04688a48918ac485d20a.tar.gz
levitating-1023ceb58f48c7a01a8d04688a48918ac485d20a.zip
Refactoring requests to be protocol-specific
Diffstat (limited to 'captain/queryutils.f90')
-rw-r--r--captain/queryutils.f901
1 files changed, 1 insertions, 0 deletions
diff --git a/captain/queryutils.f90 b/captain/queryutils.f90
index 3a736dd..c8a5d44 100644
--- a/captain/queryutils.f90
+++ b/captain/queryutils.f90
@@ -44,6 +44,7 @@ implicit none
contains
procedure :: init => query_init
+ procedure :: init_with_separator => query_init_generic
procedure :: destroy => query_destroy
procedure :: component_count => query_component_count
procedure :: get_value_by_index => get_query_value_from_index