Skip to content

Commit

Permalink
[Janitor mode] Fix tabs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jun 21, 2013
1 parent 233182a commit a466cec
Show file tree
Hide file tree
Showing 2 changed files with 477 additions and 477 deletions.
10 changes: 5 additions & 5 deletions Compiler/runtime/HpcOmBenchmarkExt.cpp
Expand Up @@ -4,20 +4,20 @@
*/
int HpcOmBenchmarkExtImpl__requiredTimeForMult()
{
//void *ret = mk_cons(mk_icon(0.5),mk_nil());
return 1;
//void *ret = mk_cons(mk_icon(0.5),mk_nil());
return 1;
}

/**
* Approximate the required time for one addition.
*/
int HpcOmBenchmarkExtImpl__requiredTimeForAdd()
{
//void *ret = mk_cons(mk_icon(0.5),mk_nil());
return 1;
//void *ret = mk_cons(mk_icon(0.5),mk_nil());
return 1;
}

int HpcOmBenchmarkExtImpl__requiredTimeForCom()
{
return 50;
return 50;
}

0 comments on commit a466cec

Please sign in to comment.