//
// Academic License - for use in teaching, academic research, and meeting
// course requirements at degree granting institutions only.  Not for
// government, commercial, or other organizational use.
// File: obscheck.h
//
// MATLAB Coder version            : 5.3
// C/C++ source code generated on  : 12-May-2022 07:57:40
//

#ifndef OBSCHECK_H
#define OBSCHECK_H

// Include Files
#include "rtwtypes.h"
#include <cstddef>
#include <cstdlib>

// Function Declarations
double obscheck(const double map[737460], double i, double j, double cubsize,
                double Sx);

#endif
//
// File trailer for obscheck.h
//
// [EOF]
//
