hzi-bifo / mdasim

MDAsim 2: a Multiple Displacement Amplification Simulator (continued development from: https://sourceforge.net/projects/mdasim/)
GNU General Public License v3.0
1 stars 1 forks source link

try deleting subfolders of `src` folder #8

Closed dlaehnemann closed 6 years ago

dlaehnemann commented 6 years ago

The subfolders src/lib and src/mdasim seem to just contain old versions of the main code files in the main src folder. So try deleting them and double-check if the tool still compiles and works. This cleanup will avoid future confusion.

VSack commented 6 years ago

Trial and error: removing the subfolders does not work just like that.

If we take a look at the Makefile, we will find the lines

LIBSRCS = $(sort $(wildcard $(SRCDIR)/lib/*.C))

and

HYDASRCS = $(sort $(wildcard $(SRCDIR)/$(PACKAGENAME)/*.C))

I don't know yet what these files are doing since they look awfully similar to the ones in src but I cannot just delete them without destroying the build process.

VSack commented 6 years ago

Closed by 08eb6314a8c61ef42a471c1030bc49d132dd0783