Skip to content
Snippets Groups Projects
Commit 2c2ae5f9 authored by BLANCO-GARCIA's avatar BLANCO-GARCIA
Browse files

adds limits.h from CCRT advise

parent 0b293408
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,10 @@
M. Boege SLS, PSI 1998 C translation
L. Nadolski SOLEIL 2002 Link to NAFF, Radia field maps
J. Bengtsson NSLS-II, BNL 2004 -
CCRT+orblanco SOLEIL 2023 Adds <stdint.h> and <limits.h>
*/
#include <stdint.h>
#include <limits.h>
// Intel compiler
#ifndef __APPLE_CC__
#pragma warning (disable:193)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment