Commit 04a6b550 authored by kazushi.kawamura's avatar kazushi.kawamura

fix a little

parent 15b26969
...@@ -2,7 +2,7 @@ TARGET = sim ...@@ -2,7 +2,7 @@ TARGET = sim
OBJS = $(CPPS:.cpp=.o) OBJS = $(CPPS:.cpp=.o)
CPPS = $(wildcard *.cpp) CPPS = $(wildcard *.cpp)
CXX = g++ CXX = g++
CXXFLAGS = -O3 CXXFLAGS = -std=c++11 -O3
all: $(TARGET) all: $(TARGET)
......
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
...@@ -13,4 +13,4 @@ void usage(); ...@@ -13,4 +13,4 @@ void usage();
void output_to_file(char *f_name, short int line_num, short int blocks, short int wi, short int hi, short int board[], pair<short int,short int> block_place[]); void output_to_file(char *f_name, short int line_num, short int blocks, short int wi, short int hi, short int board[], pair<short int,short int> block_place[]);
void show_result(short int line_num, short int blocks, short int wi, short int hi, short int board[], pair<short int,short int> block_place[]); void show_result(short int line_num, short int blocks, short int wi, short int hi, short int board[], pair<short int,short int> block_place[]);
#endif /* __TOOLS_HPP__ */ #endif /* __TOOLS_HPP__ */
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment