
Development - Spirit of contributions
-------------------------------------

0. Follow guidelines listed in the file coding_standards.txt
   These are also available at https://civet.berkeley.edu/BerkeleyGW/wiki/CodingStandards
1. These codes are to be used on various machine architectures
   employing various compilers and libraries. Therefore, try not
   to write machine-specific code or quick fixes that will have to
   be reversed later.
2. Limit compilation changes as much as possible to arch.mk and ensure
   that this is suitable for all codes in Epsilon/, Sigma/, and BSE/.
   Hopefully individual Makefiles will only require the addition of
   new source-code files.
3. Test the codes using the examples/ and please augment the examples/
   with your own test cases (provided they are not too computationally
   expensive).
