Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
dragly committed Oct 29, 2015
2 parents 2aee508 + 9833744 commit c3305f1
Show file tree
Hide file tree
Showing 33 changed files with 634 additions and 981 deletions.
162 changes: 0 additions & 162 deletions atomify-lammps/CPcompute.cpp

This file was deleted.

82 changes: 0 additions & 82 deletions atomify-lammps/CPcompute.h

This file was deleted.

16 changes: 8 additions & 8 deletions atomify-lammps/atomify-lammps.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ CONFIG += warn_off

android {
DEFINES += LAMMPS_XDR
SOURCES += stdioext.c
HEADERS += stdioext.h
SOURCES +=
HEADERS +=
LIBS += -fopenmp
include(../lammps-android.pri)
} else {
Expand Down Expand Up @@ -43,8 +43,6 @@ SOURCES += \
mysimulator.cpp \
lammpscontroller.cpp \
highlighter.cpp \
CPcompute.cpp \
lammpsoutput.cpp \
atomstyle.cpp \
fileio.cpp \
scriptparser.cpp \
Expand All @@ -54,14 +52,14 @@ SOURCES += \
scriptcommand.cpp \
linegraph.cpp \
graph.cpp \
figure.cpp
figure.cpp \
cpfix.cpp \
cpcompute.cpp

HEADERS += \
mysimulator.h \
lammpscontroller.h \
highlighter.h \
CPcompute.h \
lammpsoutput.h \
atomstyle.h \
fileio.h \
scriptparser.h \
Expand All @@ -71,7 +69,9 @@ HEADERS += \
scriptcommand.h \
linegraph.h \
graph.h \
figure.h
figure.h \
cpfix.h \
cpcompute.h

DISTFILES += \
iOS.plist \
Expand Down
Loading

0 comments on commit c3305f1

Please sign in to comment.