adding const to variable to comply with google code convention...

may need to change more stuff though. Taint what else do you mean? Spaces, tabs, names?
This commit is contained in:
nachocano
2014-11-27 17:03:31 -08:00
parent 2f1ba40786
commit 21f3f3eec4
5 changed files with 8 additions and 17 deletions

View File

@@ -34,4 +34,4 @@ $(MPIBIN) :
$(MPICXX) $(CFLAGS) $(LDFLAGS) -o $@ $(filter %.cpp %.o %.c, $^)
clean:
$(RM) $(BIN) $(MPIBIN) *~ ../src/*~
$(RM) $(OBJ) $(BIN) $(MPIBIN) *~ ../src/*~