Skip to content
Snippets Groups Projects
Select Git revision
  • d0a96f4a0fd757eed252f7211717e0bac92e6400
  • master default
  • datenotunique
  • archives
  • lastToucanUrl
  • urltitle-year
  • lets-hope-for-the-best
  • everything-is-fine
  • feature/change-pdf-endpoint
9 results

routesToucan.js

Blame
  • customError.h 212 B
    #ifndef CUSTOMERROR_H_INCLUDED
    #define CUSTOMERROR_H_INCLUDED
    
    #define ERROR_NO_MEMORY_LEFT 1000
    #define UNCOMPATIBLE_ALGEBRIC_MULTIPLICATION 1001
    #define NON_SQUARE_MATRIX 1002
    
    #endif // CUSTOMERROR_H_INCLUDED