https://github.com/geodynamics/citcoms
Revision 0eb5c378241da147455f939813e9c5eed086d192 authored by Leif Strand on 23 April 2009, 02:32:01 UTC, committed by Leif Strand on 23 April 2009, 02:32:01 UTC
1 parent 185800d
Raw File
Tip revision: 0eb5c378241da147455f939813e9c5eed086d192 authored by Leif Strand on 23 April 2009, 02:32:01 UTC
Don't call through function pointers -- otherwise, 'nvcc' crashes!
Tip revision: 0eb5c37
.gitignore
# ignore svn externals
.svn
archimedes
m4

# ignore object files and static libraries
*.o
lib*.a

# ignore files generated by autoreconf
configure
aclocal.m4
autom4te.cache
aux-config
libtool
Makefile
Makefile.in
config.log
config.status
config.h.in
config.h
stamp-h1
.deps
*.net


# ignore python eggs
CitcomS.egg-info
pyconfig
python/*
*.egg

back to top