
 


// **** 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
		> /home/maiello/Desktop/Development-Simulation/FDTD-GnuPlot-SecondOrder
		> make

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

// **** Remote access to FDTD-GnuPlot-SecondOrder **********************************************************************

	This project is accessed remotely though Windows 10 CCS 11.10 remote interface workspace stored at

		C:\Simulation-Development\FDTD-GnuPlot-SecondOrder_CCS_11_Eclipse_workspace


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