https://github.com/geodynamics/citcoms
Revision 5992bf0133c1abd57bd9318a743532f875a2603b authored by Rajesh Kommu on 05 March 2014, 00:26:55 UTC, committed by Rajesh Kommu on 05 March 2014, 00:26:55 UTC
Added missing parameters to the Py2C conversion tool
Cookbook 4 has been fixed to get rid of the "solver not converging" warnings.
1 parent 83b32f9
Raw File
Tip revision: 5992bf0133c1abd57bd9318a743532f875a2603b authored by Rajesh Kommu on 05 March 2014, 00:26:55 UTC
Added the LaTex source for the manual.
Tip revision: 5992bf0
Makefile
Py2C.exe : Py2CMain.cpp Py2C.cpp
	g++ -std=c++11 -o Py2C.exe Py2CMain.cpp Py2C.cpp

clean:
	rm -f *.exe *.o
back to top