From d0fb926f2adad8187503cf92b93ae694f8f7ec14 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Fri, 16 Sep 2022 11:27:34 -0400 Subject: [PATCH] Add error generation logic. --- site/index.html | 6 +- src/Matrix.c | 157 +++++++++++++++++++++++++++++++++++++++++++ src/include/Matrix.h | 45 +++++++++++++ 3 files changed, 205 insertions(+), 3 deletions(-) diff --git a/site/index.html b/site/index.html index 790dd0b..fb1fb88 100644 --- a/site/index.html +++ b/site/index.html @@ -519,7 +519,7 @@ Design the server architecture
  • Route requests
  • Handle requests
  • Data abstraction layer
  • -
  • Error generation
  • +
  • Error generation
  • @@ -533,9 +533,9 @@ specification.
  • Client-Server API