From a5bfeac6fdae73db931bbfb71c05f360d02cdb57 Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Mon, 13 May 2024 12:30:59 +0200 Subject: [PATCH] Add reference to SSP standard in bibliography Signed-off-by: Pierre R. Mai --- doc/spec/model_types.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/spec/model_types.adoc b/doc/spec/model_types.adoc index d3b310a..0829a94 100644 --- a/doc/spec/model_types.adoc +++ b/doc/spec/model_types.adoc @@ -36,4 +36,4 @@ All models may also consume a global `osi3::GroundTruth` parameter during initia Complex models may combine various aspects of the above model types. Manual intervention is needed to configure and set up these FMUs. -In implementations that support the use of the _System Structure and Parameterization_ (SSP) standard, a model can alternatively be packaged as a system consisting of multiple FMUs, if it presents the same interface at system level as this specification mandates for the overall model of the given type. +In implementations that support the use of the _System Structure and Parameterization_ (SSP) standard cite:[ssp1.0], a model can alternatively be packaged as a system consisting of multiple FMUs, if it presents the same interface at system level as this specification mandates for the overall model of the given type.