This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
* This file is part of FreeKiteSim. | |
* | |
* FreeKiteSim -- A kite-power system power simulation software. | |
* Copyright (C) 2013 by Uwe Fechner, Delft University | |
* of Technology, The Netherlands. All rights reserved. | |
* | |
* FreeKiteSim is free software; you can redistribute it and/or | |
* modify it under the terms of the GNU Lesser General Public |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- | |
This file is part of GtkSourceView | |
Authors: Waldir Pimenta | |
Copyright (C) 2013 Waldir Pimenta <[email protected]> | |
GtkSourceView is free software; you can redistribute it and/or | |
modify it under the terms of the GNU Lesser General Public |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Test and wrapper script for simulator core functions. | |
To recompile the C++ library type ! ./make.sh from the ipython console and restart | |
the ipython kernel. | |
""" | |
import os | |
import sys | |
path = os.path.dirname(os.path.realpath(__file__)) | |
sys.path.append(path + '/..') |
NewerOlder