-
Notifications
You must be signed in to change notification settings - Fork 1
/
wolffia.py
executable file
·37 lines (29 loc) · 1.51 KB
/
wolffia.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
Copyright 2011, 2012: José O. Sotero Esteva, Mirgery Medina Cuadrado,
Melissa López Serrano, Carlos J. Cortés Martínez, Frances Martínez Miranda,
Radamés J. Vega Alfaro,
Computational Science Group, Department of Mathematics,
University of Puerto Rico at Humacao
(On last names: Most hispanic people, Puerto Ricans included, use two surnames;
one from the father and one from the mother. We have separated first names from
surnames with two spaces.)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3 as published by
the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program (gpl.txt). If not, see <http://www.gnu.org/licenses/>.
Acknowledgements: The main funding source for this project has been provided
by the UPR-Penn Partnership for Research and Education in Materials program,
USA National Science Foundation grant number DMR-0934195.
"""
import os, sys
wolfiadir = os.path.dirname(os.path.realpath(__file__))
sys.path.append(wolfiadir+'/../../conf')
import interface.main.Wolffia