Skip to content

Commit e266474

Browse files
authored
Merge pull request #8 from drbergman/remove-extra-getopt_h
remove excess getopt.h
2 parents b5322ee + dee5d3b commit e266474

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sample_projects/template-ecm/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
#include <cmath>
7373
#include <omp.h>
7474
#include <fstream>
75-
#include <getopt.h>
7675

7776
#include "./core/PhysiCell.h"
7877
#include "./modules/PhysiCell_standard_modules.h"

sample_projects/template/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
#include <cmath>
7373
#include <omp.h>
7474
#include <fstream>
75-
#include <getopt.h>
7675

7776
#include "./core/PhysiCell.h"
7877
#include "./modules/PhysiCell_standard_modules.h"

0 commit comments

Comments
 (0)