We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db653b7 commit 4b82a10Copy full SHA for 4b82a10
source/module_io/input_conv.h
@@ -12,8 +12,8 @@
12
#include <iomanip>
13
#include <iostream>
14
#include <regex.h>
15
-#include <stdio.h>
16
-#include <string.h>
+#include <cstdio>
+#include <cstring>
17
#include <string>
18
#include <vector>
19
#include <algorithm>
@@ -31,7 +31,7 @@ void tmp_convert();
31
* @brief Pass the data members from the INPUT instance(defined in
32
* module_io/input.cpp) to GlobalV and GlobalC.
33
*/
34
-void Convert(void);
+void Convert();
35
36
/**
37
* @brief To parse input parameters as expressions into vectors
0 commit comments