replace C-style include files with their C++ equivalents
This commit is contained in:
@ -15,8 +15,8 @@
|
||||
Contributing author: Mike Brown (SNL)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include "math_extra.h"
|
||||
|
||||
#define MAXJACOBI 50
|
||||
|
||||
Reference in New Issue
Block a user