From 8a7c174142bdae9fbfd0f4f71966d7d615e16ca2 Mon Sep 17 00:00:00 2001 From: strakpe <petr.strakos@vsb.cz> Date: Thu, 17 Jan 2019 14:32:36 +0100 Subject: [PATCH] final - added insitu documentation --- docs.it4i/software/viz/insitu.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs.it4i/software/viz/insitu.md b/docs.it4i/software/viz/insitu.md index 0e744851..4dd4f39c 100644 --- a/docs.it4i/software/viz/insitu.md +++ b/docs.it4i/software/viz/insitu.md @@ -17,10 +17,6 @@ The Catalyst library is part of the ParaView module. More about ParaView can be All code concerning the simulator/adaptor is available to download from [here][code]. It is a package with the following files: [CMakeLists.txt][cmakelist_txt], [FEAdaptor.h][feadaptor_h], [FEAdaptor.cxx][feadaptor_cxx], [FEDataStructures.h][fedatastructures_h], [FEDataStructures.cxx][fedatastructures_cxx], [FEDriver.cxx][fedriver_cxx] and [feslicescript.py][feslicescript]. -```{r comment=''} -cat(readLines('insitu/CMakeLists.txt'), sep = '\n') -``` - After the download unpack the code by ```console -- GitLab