From 0a2188c928697a1fdd0c27472f7de3db88359c43 Mon Sep 17 00:00:00 2001 From: q-posev <45995097+q-posev@users.noreply.github.com> Date: Thu, 30 Sep 2021 19:47:10 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20TREX-CoE?= =?UTF-8?q?/trexio@0cba81fc38d0665536631c066929a6d806c7dd70=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.html | 4 +- Sparse.html | 16 +- index.html | 4 +- templator_front.html | 380 +++++++++++++++++++++---------------------- templator_hdf5.html | 52 +++--- templator_text.html | 112 ++++++------- trex.html | 118 +++++++------- 7 files changed, 343 insertions(+), 343 deletions(-) diff --git a/README.html b/README.html index 521e085..24745cb 100644 --- a/README.html +++ b/README.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- +
As the size of the dataset should be extensible, the simplest
@@ -256,8 +256,8 @@ The offset can be used with fseek(69L*offset, SEEK_SET)
We need to declare the number of rows of the dataset as @@ -278,7 +278,7 @@ If the offset+num > nmax, we need to extend the dataset.
stdint.h
Memory allocation of structures can be facilitated by using the @@ -508,8 +508,8 @@ The maximum string size for the filenames is 4096 characters.
All calls to TREXIO are thread-safe. @@ -517,10 +517,10 @@ TREXIO front end is modular, which simplifies implementation of new back ends.