Parent Directory
|
Revision Log
|
Patch
revision 940 by gross, Mon Jan 29 00:09:08 2007 UTC | revision 964 by gross, Tue Feb 13 05:10:26 2007 UTC | |
---|---|---|
# | Line 312 Finley_Mesh* Finley_Mesh_readGmsh(char* | Line 312 Finley_Mesh* Finley_Mesh_readGmsh(char* |
312 | printf("timing: reading mesh: %.4e sec\n",Finley_timer()-time0); | printf("timing: reading mesh: %.4e sec\n",Finley_timer()-time0); |
313 | #endif | #endif |
314 | #endif | #endif |
315 | if (Finley_noError()) { | |
316 | if ( ! Finley_Mesh_isPrepared(mesh_p)) { | |
317 | Finley_setError(SYSTEM_ERROR,"Mesh is not prepared for calculation. Contact the programmers."); | |
318 | } | |
319 | } | |
320 | return mesh_p; | return mesh_p; |
321 | } | } |
/* | ||
* $Log$ | ||
* | ||
*/ | ||
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |