replace C-style include files with their C++ equivalents
This commit is contained in:
@ -15,8 +15,8 @@
|
||||
#include "lammps.h"
|
||||
#include "input.h"
|
||||
#include "error.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
|
||||
#if defined(LAMMPS_TRAP_FPE) && defined(_GNU_SOURCE)
|
||||
#include <fenv.h>
|
||||
|
||||
Reference in New Issue
Block a user