Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24935 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Mar 5, 2015
1 parent 1ab23ac commit 871b241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenCpp.tpl
Expand Up @@ -225,7 +225,7 @@ case SIMCODE(modelInfo=MODELINFO(__)) then
<%jacobianvars%>
>>
%>

<%variableDefinitionsJacobians(jacobianMatrixes,simCode , &extraFuncs , &extraFuncsDecl, extraFuncsNamespace)%>


Expand Down
6 changes: 3 additions & 3 deletions SimulationRuntime/cpp/Include/Core/Math/Array.h
Expand Up @@ -308,7 +308,7 @@ template<std::size_t size>class StatArrayDim1<string,size> : public BaseArray<st
_array_data[i]=rhs(i);
_c_array_data[i]=_array_data[i].c_str();
}



}
Expand Down Expand Up @@ -342,7 +342,7 @@ template<std::size_t size>class StatArrayDim1<string,size> : public BaseArray<st
_array_data[i]=data[i];
_c_array_data[i]=_array_data[i].c_str();
}

}


Expand All @@ -353,7 +353,7 @@ template<std::size_t size>class StatArrayDim1<string,size> : public BaseArray<st
_array_data[i]=otherArray(i);
_c_array_data[i]=_array_data[i].c_str();
}

}
virtual string& operator()(vector<size_t> idx)
{
Expand Down

0 comments on commit 871b241

Please sign in to comment.