
// ##############################################################################################
// ##############################################################################################
// ###	Development of this project has been stopped. On to "FDTD-GnuPlot-SecondOrder"############
// ##############################################################################################
// ##############################################################################################


// **** Install MELD and setup for git ***********************************************************************************************

	Setup instructions:
		https://stackoverflow.com/questions/34119866/setting-up-and-using-meld-as-your-git-difftool-and-mergetool

	Usage:
		git difftool <COMMIT_HASH> file_name
		git difftool <BRANCH_NAME> file_name
		git difftool <COMMIT_HASH_1> <COMMIT_HASH_2> file_name
		
			or
			
		git difftool file_name   (for local change against last commit)


// ***********************************************************************************************************************************

// **** Building this project ***************************************************************************************
	This is different than all the other simulations (it is self-contained, all files in this directory)..
	
	Open console
		> cd /home/maiello/Desktop/Development-Simulation/FDTD-GnuPlot
		> make

// ******************************************************************************************************************
