[Fsem-commits] SF.net SVN: fsem: [133] fsem/models/modules/Semi/fsem_ModMisc_DDSG.edp
Status: Beta
Brought to you by:
fabiandortu
|
From: <fab...@us...> - 2007-05-04 11:17:04
|
Revision: 133
http://fsem.svn.sourceforge.net/fsem/?rev=133&view=rev
Author: fabiandortu
Date: 2007-05-04 04:17:03 -0700 (Fri, 04 May 2007)
Log Message:
-----------
Corrected minor bug in SRV (Thanks Janusz)
Modified Paths:
--------------
fsem/models/modules/Semi/fsem_ModMisc_DDSG.edp
Modified: fsem/models/modules/Semi/fsem_ModMisc_DDSG.edp
===================================================================
--- fsem/models/modules/Semi/fsem_ModMisc_DDSG.edp 2007-04-25 13:20:43 UTC (rev 132)
+++ fsem/models/modules/Semi/fsem_ModMisc_DDSG.edp 2007-05-04 11:17:03 UTC (rev 133)
@@ -415,9 +415,9 @@
real[int] BandGapArray(3);
ModBandGapArray(BandGapArray);
- CppModDDSGITAURecHol2( GloVarDiffCOEFas[], GloVarDiffCOEFfs[], /* OUTPUTS */
- GloVarSemiNIE[], GloVarSemiNCT[], GloVarSemiNVT[], GloVarTempT[],
- GloVarSemiDDSGRhoN[],GloVarSemiDEGAP [] , GloVarSemiGenRecSurfTOT[] , BandGapArray,ParMatxyzEG300[]); /* INPUTS */
+ CppModDDSGITAURecSurfHol2(GloVarDiffCOEFas[], GloVarDiffCOEFfs[], /* OUTPUTS */
+ GloVarSemiNIE[], GloVarSemiNCT[], GloVarSemiNVT[], GloVarTempT[],
+ GloVarSemiDDSGRhoN[],GloVarSemiDEGAP [] , GloVarSemiGenRecSurfTOT[] , BandGapArray,ParMatxyzEG300[]); /* INPUTS */
return 0;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|