Skip to content

Commit

Permalink
v0.3.10. Update all codes by moving all true contitions to the first …
Browse files Browse the repository at this point in the history
…of if. Performance is increased by only 2%
  • Loading branch information
changgang committed Jun 3, 2019
1 parent 27f46d5 commit 4dce576
Show file tree
Hide file tree
Showing 116 changed files with 17,436 additions and 16,765 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Simulation Toolkit for Electrical Power Systems
Maintainer: Changgang Li <[email protected]>
Please go to http://steps.drli.group:380 for documentation.

Empty file removed bench/sm.dyr
Empty file.
Empty file removed bench/smib.dyr
Empty file.
5 changes: 3 additions & 2 deletions code/STEPS.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
<Option compiler="gcc" />
<Build>
<Target title="Release">
<Option output="../build/bin/Release/libSTEPS" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
<Option output="../build/bin/Release/STEPS" prefix_auto="1" extension_auto="1" />
<Option object_output="../build/obj/Release/" />
<Option type="3" />
<Option type="1" />
<Option compiler="gcc" />
<Option use_console_runner="0" />
<Option parameters="--compiler " />
<Compiler>
<Add option="-O3" />
Expand Down
Loading

0 comments on commit 4dce576

Please sign in to comment.