added test for thesis paper

This commit is contained in:
Kevin Jahns
2014-10-20 10:04:53 +00:00
parent ee516a6271
commit 94e66af751
41 changed files with 202 additions and 139 deletions

34
.c9/project.settings Normal file
View File

@@ -0,0 +1,34 @@
{
"run": {
"@path": "/.c9/runners",
"configs": {
"json()": {},
"@inited": "true"
}
},
"share": {
"@preview": false,
"@app": false,
"@useOwnerSettings": false
},
"ace": {
"@newLineMode": "unix",
"@tabSize": "4",
"@useSoftTabs": "true",
"@guessTabSize": "true"
},
"find.nak": {
"@searchLimit": 100
},
"language": {
"@warnLevel": "info",
"@instanceHighlight": "true",
"@undeclaredVars": "true",
"@unusedFunctionArgs": "false"
},
"build": {
"@path": "/.c9/builders",
"@saveall": "true",
"@builder": "auto"
}
}